Source code checked in, #f363533e0b28264da9c8ba98221daf7665040baf
#498 Perf of require intellisense is slow Caches the results of calculating the require modules that should be displayed and invalidates the cache when we update the reference file #494 Submodules do...
View ArticleCommented Issue: Submodules do not show up in require() completion [494]
Create a new express app using express.cmd, and create a VS project out of it using "Project from existing code". Part of the project will be as follows:```+ routes|-- index.js|-- user.js ```When...
View ArticleCommented Issue: Perf of require intellisense is slow [498]
The speed at which we reflect require intellisense can be affected by the size of the project. We should consider using a cache and filter rather than reparsing at each request.Comments: Fixed -...
View ArticleEdited Issue: variable in Locals [370]
1. Create a new Express app.2. Set breakpoint on res.send inside app.get callback.3. Run till it hits the breakpointLocals window shows req and res, and also some variable with name...
View ArticleEdited Issue: In locals window, Copy command should copy full string [427]
Right now if you right-click in locals window on a long string and choose Copy, you'll get the truncated value.If you do the same in C# (you have to make the string really long for C# to truncate it),...
View ArticleCommented Feature: Need option to show output window when 'Update npm...
In Python we made this type of functionality an option (see screenshot). Right now when you do an update modules the output window doesn't open if it's already closed. So it will appear to do...
View ArticleCommented Feature: Need option to show output window when 'Update npm...
In Python we made this type of functionality an option (see screenshot). Right now when you do an update modules the output window doesn't open if it's already closed. So it will appear to do...
View ArticleCommented Issue: VS crashes when package.json in not valid [533]
When "package.json" is somehow invalid (not valid json file) Visual Studio 2013 crashes.Best, Peter!Comments: Thanks Peter. I'll add this as a test case. Hopefully the fix will make it into the dev...
View ArticleCommented Issue: Crash when opening a project with invalid package.json [563]
When opening an existing NodeJs Visual Studio project with an invalid package.json, project loads failed and it crashes VS. It would be nice to popup an alert showing for example: "Invalid package.json...
View ArticleEdited Issue: Crash when opening a project with invalid package.json [563]
When opening an existing NodeJs Visual Studio project with an invalid package.json, project loads failed and it crashes VS. It would be nice to popup an alert showing for example: "Invalid package.json...
View ArticleCreated Unassigned: NullReferenceException when project contains package.json...
Report from dinov:If a package.json doesn’t have a name that we blow up (we end up storing in the dictionary of names and it’s a null name). I ran into it the other day and haven’t had a chance to...
View ArticleEdited Issue: NullReferenceException when project contains package.json with...
Report from dinov:If a package.json doesn’t have a name that we blow up (we end up storing in the dictionary of names and it’s a null name). I ran into it the other day and haven’t had a chance to...
View ArticleSource code checked in, #ce70315efa018d1eb799af7ec962086750a5b3f7
#468 Console app new project wizard entry preview screenshot is blurry Update the screenshot Fix remaining MSBuild references (I suspect this is the reason for the regressions in the rolling run) Fix...
View ArticleSource code checked in, #6bb4d2ff37c82db4bc261f15d726985bc47f8a6a
Various tweaks to harden some test cases and add additional logging when things go wrong
View ArticleSource code checked in, #7a7ebc1d501984bbb5309619c313f6def5ee29ed
CreateFolderNodes - returning the project node if the path provided was to the project home Switch to AddFromFileCopy (AddFromFile was fixed to link instead of copy) Update expected counts to deal...
View ArticleSource code checked in, #fa9d9d7ae99c64d7766c330c991c7004a302cc30
remove console logging that was left in
View ArticleSource code checked in, #704bc1b8681fd0e9bd96241e26d5fb6d0e3598da
Build/clean tests are failing due to the default build verbosity being minimal, change importance to high Make logging of dialog closing more clear Add extra assertion that the file content was...
View ArticleCommented Issue: Crash when opening a project with invalid package.json [563]
When opening an existing NodeJs Visual Studio project with an invalid package.json, project loads failed and it crashes VS. It would be nice to popup an alert showing for example: "Invalid package.json...
View ArticleCommented Issue: NullReferenceException when project contains package.json...
Report from dinov:If a package.json doesn’t have a name that we blow up (we end up storing in the dictionary of names and it’s a null name). I ran into it the other day and haven’t had a chance to...
View ArticleEdited Issue: NullReferenceException when project contains package.json with...
Report from dinov:If a package.json doesn’t have a name that we blow up (we end up storing in the dictionary of names and it’s a null name). I ran into it the other day and haven’t had a chance to...
View Article