Closed Issue: Common Intellisense problem [1218]
The intellisense not working if copy and past *.js file to project. If adding *.js file throw the "Add new item" and typing reference manually (e.g. `var Promise = require('bluebird');` ) the...
View ArticleEdited Issue: Common Intellisense problem [1218]
The intellisense not working if copy and past *.js file to project. If adding *.js file throw the "Add new item" and typing reference manually (e.g. `var Promise = require('bluebird');` ) the...
View ArticleClosed Issue: Azure Worker Role fails to publish with error in...
When publishing an Azure Node.js worker role, the following error occurs due to a configuration issue in ServiceDefinition.csdefError 5 The...
View ArticleEdited Issue: Azure Worker Role fails to publish with error in...
When publishing an Azure Node.js worker role, the following error occurs due to a configuration issue in ServiceDefinition.csdefError 5 The...
View ArticleClosed Issue: No way to use semicolon in environment variable [1315]
There is no way to define an environment variable with a semicolon in its value (which is kinda ridiculous, because semicolons are traditionally used to separate multiple values in environment...
View ArticleEdited Issue: No way to use semicolon in environment variable [1315]
There is no way to define an environment variable with a semicolon in its value (which is kinda ridiculous, because semicolons are traditionally used to separate multiple values in environment...
View ArticleClosed Issue: Copying node_packages to obj/Debug + looong path [1264]
```Error 16 Unable to copy file...
View ArticleEdited Issue: Copying node_packages to obj/Debug + looong path [1264]
```Error 16 Unable to copy file...
View ArticleClosed Issue: NodeLogConverter has stopped working [1155]
Tried to run second profiler, after some time (without clicking message dialog), new dialog pops up re: nodeLogConverter__From event viewer:__Application:...
View ArticleEdited Issue: NodeLogConverter has stopped working [1155]
Tried to run second profiler, after some time (without clicking message dialog), new dialog pops up re: nodeLogConverter__From event viewer:__Application:...
View ArticleCommented Feature: Show jsdoc comments in signature tooltips [1283]
We should do the same thing as we do in PTVS, except that we should grab the nearby JSDoc (`/**`) comment instead of the docstring, and parse it using the JSDoc syntax. E.g. from azure module:```js*...
View ArticleNew Post: NTVS and git
Hi, I also use VS integrated git with NTVS. The problem is that I'm getting hundreds of messages in output window, like: Failed to push new glyph for C:\repos......\customers-api-handler.js. Return...
View ArticleClosed Issue: Missing intellisense on 'net' [1119]
Problem:server.listen is missing from the intellisense listRepro:#Type in the following code:var net = require('net');var server = net.createServer(function (sokcet) { socket.write('Echo server\r\n');...
View ArticleEdited Issue: Missing intellisense on 'net' [1119]
Problem:server.listen is missing from the intellisense listRepro:#Type in the following code:var net = require('net');var server = net.createServer(function (sokcet) { socket.write('Echo server\r\n');...
View ArticleCommented Unassigned: Attach is broken for Visual Studio 2013 Update 3 [1422]
Trying to attach locally with a process that was started with the --debug flag causes a 'General Exception' box to display.With both July 22 and September 26 releases of the tools the attach fails on...
View ArticleClosed Issue: Goto def on field assign doesn't go to definition [1097]
var x = {};x.abc = 42;x.abcGoto x.abc doesn't goto the assignComments: Verified on 21003.02. Fixed. Closing.
View ArticleEdited Issue: Goto def on field assign doesn't go to definition [1097]
var x = {};x.abc = 42;x.abcGoto x.abc doesn't goto the assign
View ArticleEdited Issue: Attach is broken for Visual Studio 2013 Update 3 [1422]
Trying to attach locally with a process that was started with the --debug flag causes a 'General Exception' box to display.With both July 22 and September 26 releases of the tools the attach fails on...
View ArticleClosed Issue: trim types for signature help [1094]
see attached imageComments: app.use(express.application <== exports from application.js or object. This is in build 21003.02. Closing.
View Article