Edited Issue: Unhandled exception in debugger [776]
Manually killing the debugee process while debugging can cause VS to crash.```---------------------------Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue---------------------------An...
View ArticleEdited Issue: Crash when remote debug attaching [787]
VWD 2013Update 2On my first attempt to attach using server explorer, the server explorer flickered with no msg box.On my second attempt, VS crashed.```Application: VWDExpress.exeFramework Version:...
View ArticleCommented Feature: Adding TypeScript files to JS project [803]
We need to make the experience better surrounding TS files into JS projects. Currently you can add the file but we do nothing to wire it together with TS compilation. Thus the file is rather useless in...
View ArticleCreated Issue: Filter box on search accepts return and triggers install [804]
Type a value really fast and hit return. A package you most likely didn't intend to install gets installed. We should probably not do install on enter.
View ArticleEdited Issue: Manually killing the debugee process while debugging can cause...
Manually killing the debugee process while debugging can cause VS to crash.```---------------------------Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue---------------------------An...
View ArticleEdited Issue: InvalidOperationException in DebugEngine.EngineUtils.RequireOk...
Exception details underneath.Steps to reproduce:1. Download Christophe Conraets' NodeCellar sample app using "git clone https://github.com/ccoenraets/nodecellar".2. Create a new project based on...
View ArticleEdited Issue: Manually killing the debugee process while debugging can cause...
Manually killing the debugee process while debugging can cause VS to crash.```---------------------------Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue---------------------------An...
View ArticleSource code checked in, #85eb1d7e6400482bc9305a34e7ae9e5c761d193b
Unwrap TargetInvocationException.InnerException from Reflection calls in Azure shims for better error reporting.
View ArticleSource code checked in, #ae7cf74cd92ee50eaac9807584feadf4ebec3d47
#753 Node.js project icon is missing larger size Updates icons to look good and include all required sizes.
View ArticleSource code checked in, #3cde2c51950237bb3176375c801f3e038c781ee1
#778 Breakpoints are not hit when remote debugging When doing fuzzy filename matching, if there is more than one candidate at the point where local and remote filesystems begin to diverge, pick the one...
View ArticleSource code checked in, #83945bc706466453a4970ac350f4d60d81068b8d
Only signed doesn't need the reg files
View ArticleSource code checked in, #5ccda740f46d7fd2839f4addb48ddc5fbb9fac40
ReleaseHelpers FI to Nodejs
View ArticleSource code checked in, #044426c05925ef4c0c71ee44133b302ab6aee6fd
#573 Cannot install Angular Need to redirect std input so that Python compilation step succeeds
View ArticleSource code checked in, #a3eb575bce8bdbefbb4893cbf0ecc0996a90c448
Fixes target outputs to allow us to skip them when they don't need to be run again. Fixes CopyToOutputDirectory=Always causing unnecessary rebuilds. Sets default launch settings for Nodejs project.
View ArticleSource code checked in, #0ba50dadc73407bd39a92d78140b15f463948132
#782 Icon in New Project from Existing Code Wizard missing #774 Add new Item Javascript unit test missing from VWD #752 JavaScript/Typescript file in Add new item has wrong icon
View ArticleSource code checked in, #ace2bc6f2368853039574b82152012089c6503cd
#688 NPM New UI - Unexpected colors in dark theme Fix UI to be correctly themed. Also fixes the splitter not affecting the package list. Also fixes npm running out of memory when trying to list all...
View ArticleSource code checked in, #79fa3cb5aa4999045331fefbbfb618bd4b0aeaf6
Fixes day-since-update calculation. Removes unused guid.
View ArticleSource code checked in, #4b1bf979ce8c759f7d51157b2cb1cfff83436aa6
#799 - TypeScript file New Item is badly named
View ArticleSource code checked in, #b71f941388ab4f8a0bc0b234b45b204b5d25bcd0
#790 package.json cr/lf issue #794 package.json requires reload before icon in npm turns green Fixes templates to use correct encoding and line endings. Adds test so we notice if they get changed in...
View ArticleSource code checked in, #a96665412c43c85cfe5a3ac1d753115607772e06
Fix a whole slew of issues with debugging in general, and remote and Azure debugging in particular (#776, #780, #787 and various unfiled). The big change here is that Azure debugging now always uses...
View Article