Edited Issue: Intellisense log limit defaults to Off for > Int32 [1477]
We set to Off If we fail to parse the value b/c its larger than In32.MaxValue. Instead we should provide a set of values from the dropdown and not accept text.Off101001000100001000000Max
View ArticleCreated Issue: No completions for require on local files [1482]
We used to get a completion list with local files when we typed require('. but now we get nothing.
View ArticleNew Post: Visual Studio Online - Continuous build with npm install and...
Does anyone know how to create a Visual Studio Online build definition that uses the njsproj project type which installs all npm packages, compiles all the .ts files, removes all unwanted .ts files and...
View ArticleCreated Unassigned: Debugger Date String Oddities [1483]
See https://nodejstools.codeplex.com/discussions/560780The quick watch and immediate window during debugging both have a strange behavior when viewing a string which happens to be formatted as a date....
View ArticleNew Post: Date converter in debug mode
Thanks, filed as https://nodejstools.codeplex.com/workitem/1483
View ArticleEdited Unassigned: Node.js Tools for Visual Studio 2014 [1414]
When will support be added for Visual Studio 2014?Thanks,Christi
View ArticleEdited Unassigned: Getting Invalid Access to Memory Location [1416]
I am getting "Invalid Access to Memory Location" error message as soon as I try to debug a node project. However the output windows does show build succeeded message.
View ArticleEdited Issue: Microsoft.Nodejs.PressAnyKey should have better description [1470]
If you right click a running app in the taskbar, you'll see the description in the jump list.We should improve this to either hide the fact that we've run Node in a different process, or to more...
View ArticleEdited Feature: require intellisense doesn't support substrings [970]
For a module named 'node-uuid', when you type:```require(```you'll get a completion list that shows up, which includes node-uuid. At that point if you type `uuid`, the completion list will disappear...
View ArticleClosed Unassigned: Failed to push new glyph Failed to push new glyph [1446]
I'm getting the following even though the file has been removed from the project, the file system, and even the git.This happens across all machines that is using this git repo. I can give you access...
View ArticleEdited Unassigned: Failed to push new glyph Failed to push new glyph [1446]
I'm getting the following even though the file has been removed from the project, the file system, and even the git.This happens across all machines that is using this git repo. I can give you access...
View ArticleEdited Issue: Intellisense log limit defaults to Off for > Int32 [1477]
We set to Off If we fail to parse the value b/c its larger than In32.MaxValue. Instead we should provide a set of values from the dropdown and not accept text.Off101001000100001000000Max
View ArticleCommented Issue: NPM [Error 6] The handle is invalid [1011]
npm is working within VS2013 Ultimate for me, I just installed underscore without any issues. However, when I try to install Angular I get a strange error. node.js version 0.10.28Workaround is hopping...
View ArticleEdited Issue: stuck in 'install New npm Packages" loop [1404]
VS2013 Premium. I attempt to install the NPM package by right clicking NPM in my project. only option not greyed out is install new npm packages. this goes through the download process twice then just...
View ArticleClosed Issue: Not getting intellisense on http.CreateServer.listen [1450]
NTVS 21020.00VS2013 update4 RCWe are not getting autocomplete on .listen(port) in the following code.```var http = require('http');var port = process.env.port || 1337;http.createServer(function (req,...
View ArticleEdited Issue: Not getting intellisense on http.CreateServer.listen [1450]
NTVS 21020.00VS2013 update4 RCWe are not getting autocomplete on .listen(port) in the following code.```var http = require('http');var port = process.env.port || 1337;http.createServer(function (req,...
View ArticleClosed Issue: Rename file while it's being edited prevents that file from...
Dialog after trying to save: "Insufficient memory to continue execution of the program"In activity log: * Failed to start COMProvider while updating workspaces.* Failed to start COMProvider while...
View ArticleEdited Issue: Rename file while it's being edited prevents that file from...
Dialog after trying to save: "Insufficient memory to continue execution of the program"In activity log: * Failed to start COMProvider while updating workspaces.* Failed to start COMProvider while...
View ArticleClosed Issue: VS2013 crashes on .js File Save As [992]
Using VS2013 with Update 3 on Beta 2 build.Take an existing file and save as.Eventually a dialog box shows up stating that an Exception has occured (no further details, other than the standard...
View ArticleEdited Issue: VS2013 crashes on .js File Save As [992]
Using VS2013 with Update 3 on Beta 2 build.Take an existing file and save as.Eventually a dialog box shows up stating that an Exception has occured (no further details, other than the standard...
View Article