Created Issue: Property values are shown in bold [809]
The values in the property window should not be bold.
View ArticleCreated Issue: Path should not be displayed for NPM node [810]
The hierarchy is showing Path which doesn't make sense for the NPM node
View ArticleEdited Issue: NPM node path in property window has wrong values [810]
The Path on the top level node doesn't have meaning since its not pointing to a package. The path on the global node is currently a command value which doesn't make sense.
View ArticleCreated 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 ArticleCommented Issue: TypeScript: Unit tests not discovered by Test Explorer [669]
Hi,__NTVS version__: NTVS Dev 2014-02-07 VS 2013.msi__VS Version__: Visual Studio 2013 Ultimate.When unit tests are created in TypeScript the Test Explorer fails to recognise the tests.To reproduce1....
View ArticleClosed Feature: Always start when debugging for .njsproj properties window [195]
this property should be removedComments: Verified.
View ArticleEdited Issue: Error attaching to non-azure process using remote debugging [812]
I started my node web app process using:`node RemoteDebug.js server.js`It prints out the following in the console:```node: nodescriptToDebug: server.jspassThroughArgs:localClientPort:...
View ArticleCommented 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 ArticleClosed Feature: When a TypeScript item is added to project, project should be...
If you create a standard JavaScript/Node.js project, and then later Add New Item->TypeScript file, it should make the necessary changes to the project to support TypeScript. Same if a TypeScript...
View ArticleClosed Feature: Auto-format when typing closing brace [512]
Right now typing a closing brace doesn't auto dedent your code, you have to manually shift-tab it.
View ArticleCreated Issue: Format completed line on Enter doesn't work? [817]
In Tools/Options/Text Editor/Node.js/Formatting, we have checkboxes for auto-formatting on certain conditions.The only one that is enabled by default is 'Format completed line on Enter'. That doesn't...
View ArticleClosed Feature: Node configuration [546]
Hi! How can I configure environment parameters like a NODE_PATH or NODE_ENV?https://nodejstools.codeplex.com/discussions/470793
View ArticleEdited Issue: No completions on 'mongoose' module [426]
These are my require calls:```var express = require('express');var routes = require('./routes');var http = require('http');var path = require('path');var mongoose = require('mongoose');var app =...
View ArticleCommented Issue: No completions on 'mongoose' module [426]
These are my require calls:```var express = require('express');var routes = require('./routes');var http = require('http');var path = require('path');var mongoose = require('mongoose');var app =...
View ArticleEdited Issue: No completions on 'mongoose' module [426]
These are my require calls:```var express = require('express');var routes = require('./routes');var http = require('http');var path = require('path');var mongoose = require('mongoose');var app =...
View ArticleCommented Issue: No completions on 'mongoose' module [426]
These are my require calls:```var express = require('express');var routes = require('./routes');var http = require('http');var path = require('path');var mongoose = require('mongoose');var app =...
View ArticleCreated Issue: NPM UI filter should reset the selection index [818]
The filter string should adjust the scroll window and the selected item
View ArticleEdited Issue: redist files missing copyright headers, empty license file [815]
We should put our apache license header in these 2 files:RemoteDebug.jsvisualstudio_nodejs_repl.jsI'm not sure about:nodejsref.jsAnd we have a License.html that we install next to RemoteDebug.js, but...
View ArticleEdited Issue: Crash when viewing console._stdout in debugger [789]
When debugging, if you hover over `console` and then try to expand `_stdout` (and sometimes one of its children - this is intermittent) and VS will crash with an access violation from a thread pool...
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 Article