Edited Issue: Random crashes / restarts [1362]
I noticed that my instance of VS has started to randomly crash / restart, investigation into the event log shows the following error```Log Name: ApplicationSource: .NET RuntimeDate: 22/08/2014...
View ArticleEdited Issue: NullReferenceException after pasting into the JS editor [1363]
Pasting into the JS editor can cause the following exception```Log Name: ApplicationSource: .NET RuntimeDate: 22/08/2014 14:27:07Event ID: 1026Task Category: NoneLevel: ErrorKeywords: ClassicUser:...
View ArticleEdited Issue: Anonymous functions should acquire a name in a proper context...
Consider:```function Foo() { this.f = function () { }}var foo = new Foo();foo.f(```The completion tip that shows at the last `(` says `<anonymous function>()`. While it technically is an anon...
View ArticleCommented Issue: Project memory and load time is huge [703]
Hi,I have a project using GIT SCM and with node_modules committed that takes about 1min to be loaded on my surface pro.During usage, the memory consumption of the devenv.exe process slowly rises from...
View ArticleEdited Feature: Remove .dat file if analysis is turned off [1303]
The file is of no use if the user has requested no analysis. We should remove the file.It would be nice to also provide an option to disable saving. Perhaps a checkbox, "Cache analysis to disk", option...
View ArticleCreated Unassigned: Code collapsing does not appear when editing Nodejs...
If I edit a Nodejs javascript file, then the code outline collapsing bar in the editor does not appear. However, if I switch to a clientside javascript file, it does. See the attached screenshot.This...
View ArticleCommented Unassigned: Code collapsing does not appear when editing Nodejs...
If I edit a Nodejs javascript file, then the code outline collapsing bar in the editor does not appear. However, if I switch to a clientside javascript file, it does. See the attached screenshot.This...
View ArticleCommented Unassigned: Code collapsing does not appear when editing Nodejs...
If I edit a Nodejs javascript file, then the code outline collapsing bar in the editor does not appear. However, if I switch to a clientside javascript file, it does. See the attached screenshot.This...
View ArticleEdited Feature: Solution Explorer, Drag file onto a file in editor should...
Dragging a file from solution explorer into the editor window with no file should do nothing.* We are doing the right thing in this caseDragging a file from solution explorer into a file in the editor...
View ArticleEdited Issue: Analysing an existing v8.log [1342]
I've got a repro, sort of.The warning is spurious - you will see it when using the profiler in the normal way, as well. Unfortunately, it's a silly check that VS always does that is completely...
View ArticleEdited Issue: Refresh catalog more than once leads to access denied message...
We should handle multiple requests to refresh the npm catalog.```NPM manager windowrefresh catalogclose npm manager windownpm manager windowrefresh catalog``````---------------------------Microsoft...
View ArticleEdited Issue: F10 thru this code, cursor ends up in weird columns [1231]
https://github.com/amirrajan/word-finder```var express = require('express');var _ = require('underscore');var app = express();var config = require('./lib/config');var words =...
View ArticleEdited Issue: Access is denied error when profiling standalone script [811]
In VS, without any project open, analyze/launch node.js profilingSelect a script, I picked "Nodejs\Prerequisites\generate.js"Doesn't matter for the working dirAccept the default to save the .njsperf...
View ArticleEdited Issue: Use icon instead of bolding to indicate startup file [662]
Since we're having trouble getting bolding to work correctly, we could go back to using a different icon/icon overlay instead.Repro:Make console projectClose projectReOpen ProjectThe bolding on app.js...
View ArticleEdited Issue: Debugger not behaving correctly when using "vm" module [652]
When using the "vm" module the debugger is not correctly hitting the breakpoints. If a breakpoint is set using the debugger statement you are taken to the correct place in the code only the first...
View ArticleEdited Issue: Breakpoints are moved away from valid locations [395]
This seems to be happening most often when the breakpoint is inside a lambda, and the lambda expression (not the body, but the function-expression that yields the function object) is not evaluated yet...
View ArticleEdited Feature: git support: show in video, docs, ... [226]
http://visualstudiogallery.msdn.microsoft.com/abafc7d6-dcaa-40f4-8a5e-d6724bdb980c
View ArticleEdited Feature: Long filenames break the npm feature [884]
- I loaded an existing project that worked fine without nodejs tools- `npm install` had already been performed- I created a nodejs tools project for this folder- In Solution Explorer, the npm node was...
View ArticleEdited Issue: Count must be positive and count must refer to a location...
I consistently receive this error when pasting text into the JS editor, I have attached a screenshot> Count must be positive and count must refer to a locatino within the...
View ArticleEdited Feature: the "Combine Javascript output into file" option does not...
The "Combine Javascript output into file" option does not work for me. It does not take the server.js file so I have the classes I defined in a subfolder, but not the initialisation code that is in...
View Article