Released: NTVS 1.0 RC (Nov 24, 2014)
We are pleased to announce the release of Node.js Tools 1.0 RC for Visual Studio. Node.js Tools for Visual Studio (NTVS) is a free, open-source plug-in that turns Visual Studio into a Node.js...
View ArticleUpdated Release: NTVS 1.0 RC (Nov 24, 2014)
We are pleased to announce the release of Node.js Tools 1.0 RC for Visual Studio.Node.js Tools for Visual Studio (NTVS) is a free, open-source plug-in that turns Visual Studio into a Node.js Integrated...
View ArticleCreated Unassigned: TypeScript: Go to definition fails to work in Visual...
Hi, I've logged this as a TypeScript issue on their GitHub site. But this may also be an NTVS bug because it only occurs in NTVS projects.Please see https://github.com/Microsoft/TypeScript/issues/1210
View ArticleEdited Issue: Can't run tests when TypeScriptOutDir is defined [1596]
When <TypeScriptOutDir> is defined on the project file to some folder like<TypeScriptOutDir>bin</TypeScriptOutDir>The test discovery fails, because the...
View ArticleCreated Unassigned: PyKinect - Test 64-bit version [1652]
We need to test PyKinect against the 64-bit Python 2.7. If it works, we can relax the requirements in the docs, which currently say you need to use 32-bit Python 2.7.
View ArticleClosed Unassigned: PyKinect - Test 64-bit version [1652]
We need to test PyKinect against the 64-bit Python 2.7. If it works, we can relax the requirements in the docs, which currently say you need to use 32-bit Python 2.7.Comments: Wrong bug tracker!
View ArticleEdited Issue: closing ' in require is not provisional [1642]
```var fs = require('fs')```I type```var fs = require('fs```then, I type the closing quote.```var fs = require('fs'')```
View ArticleNew Post: How to upgrade IIS Node?
Hi, During deployment to Azure NTVS downloads and installs IIS Node from the following URL: http: nodertncu.blob.core.windows.net/iisnode/0.1.21.exe This is version 0.1.21. The latest version is...
View ArticleCreated Unassigned: Add support for NodeUnit [1653]
I've been using the VS node tools since the Alpha alongside Joseph Gordon's VsNodeTest plugin for nodeunit.the newer versions of the Node VS tools aren't reported as compatible with it (but it's not...
View ArticleCreated Unassigned: Auto-formatting keeps adding 12 spaces between a close...
This only occurs when pressing enter at the end of a line with a closing brace and semicolon and only seems to be for "if" statements.it's not functionally broken but I can't seem to disable this.e.g....
View ArticleCommented Unassigned: Add support for NodeUnit [1653]
I've been using the VS node tools since the Alpha alongside Joseph Gordon's VsNodeTest plugin for nodeunit.the newer versions of the Node VS tools aren't reported as compatible with it (but it's not...
View ArticleEdited Unassigned: Javascript files: Auto-formatting keeps adding 12 spaces...
This only occurs when pressing enter at the end of a line with a closing brace and semicolon and only seems to be for "if" statements.it's not functionally broken but I can't seem to disable this.e.g....
View ArticleEdited Issue: Multiline comments don't work in Interactive window [1625]
The error message is also very unclear:```> /*fooSyntaxError: Unexpected token ILLEGAL```
View ArticleEdited Issue: Invalid error squiggle for object literals in Interactive [1626]
Try typing this in REPL:```> { 'foo': 123 }{ foo: 123 }```Note that the code eval'd just fine, but the editor will have a red squiggle under the colon, both while typing and after eval, which, when...
View ArticleEdited Issue: npm - Searching for "grunt-contrib-uglify" doesn't return the...
Searching per the docs at http://nodejstools.codeplex.com/wikipage?title=PreAndPostBuildActions and we don't find it, but we find tons of other stuff
View ArticleCommented Unassigned: File watching on Azure website - no .jade files [1640]
From the web.config file we generate:```<iisnode watchedFiles="web.config;*.js"/>```We don't watch .jade files, which are part of the projects we create. We should probably add that, and maybe...
View ArticleEdited Issue: include icon or textual information about startup file [1644]
sometimes bolding disappears, so we should include extra information just in case that happens
View ArticleEdited Issue: support local npm modules [1649]
http://www.devworkflows.com/posts/using-local-npm-modules-in-npm-v2-0/Discussion thread: https://nodejstools.codeplex.com/discussions/574883
View Article