Edited Issue: Add existing item doesn't add to source control [621]
Create new Node.js console appRight click on project in solution explorer, Add Solution to Source ControlYou should see all items in solution explorer get a + icon overlayOutside of VS, create a...
View ArticleEdited Issue: npm modules in hierarchy not updated when npm uninstall used...
Visual Studio 2012 Ultimate, Windows 8If you uninstall a module from the command line with:npm uninstall modulenamethe hierarchy under npm in Solution Explorer does not update to show that the module...
View ArticleClosed Issue: Update npm modules makes VS really slow [489]
Create project from existing code, point it at the following code somewhere on disk:https://github.com/nitrogenjs/serviceRight click on project and do Update npm ModulesIt looks like it will install...
View ArticleClosed Issue: npm install express from command line brings up error message...
I have a Windows Azure Blank Application where I installed azure module using npm UI. Then I go to command line and npm install express.The following error message box appeared in...
View ArticleEdited Issue: Opening code file from Call Stack uses JS language service [394]
When code breaks in a file that is not part of the project, double clicking an entry in the Call Stack window will open the source (which was available, and didn't need to be downloaded).However, the...
View ArticleEdited Issue: Document firewall prompt [72]
Document firewall prompt - when first launching node, you get a firewall prompt
View ArticleCreated Unassigned: Max_path warning needs more triggers [1344]
Npm install outside ?Build actions?Copying things around?
View ArticleEdited Unassigned: Max_path warning needs more triggers [1344]
Npm install outside ?Build actions?Copying things around?
View ArticleCreated Issue: We should remove test parameter from unit test item template...
The test parameter isn't used, it shows as undefined when debugging the test:```exports['Test 1'] = function (test) { assert.ok(true, "This shouldn't fail");}exports['Test 2'] = function (test) { var...
View ArticleCreated Issue: Inserting a semicolon in an incorrect place causes an...
type the following:'''console.log('Hello world';'''<record>830</record><time>2014/08/13 23:50:52.931</time><type>Error</type><source>Editor or Editor...
View ArticleEdited Issue: Inserting a semicolon in an incorrect place causes an exception...
type the following:```console.log('Hello world';```I got here by accident when I failed to close paren.LOG:<record>830</record><time>2014/08/13...
View ArticleEdited Issue: Inserting a semicolon in an incorrect place causes an exception...
type the following:```console.log('Hello world';```I got here by accident when I failed to close paren.LOG:System.ArgumentOutOfRangeException: Count must be positive and count must refer to a location...
View ArticleCreated Release: Latest dev build
An intermediate release with the latest changes and bug fixes.
View ArticleReleased: Latest dev build (Aug 13, 2014)
An intermediate release with the latest changes and bug fixes.
View ArticleUpdated Release: Latest dev build (Aug 13, 2014)
An intermediate release with the latest changes and bug fixes.
View ArticleNew Post: NTVS Aug 13, 2014/ System.NullReferenceException
With latest version I got following exception: Faulting application name: devenv.exe, version: 12.0.30723.0, time stamp: 0x53cf6f00 Faulting module name: unknown, version: 0.0.0.0, time stamp:...
View ArticleCommented Issue: Better "Files in your project exceed MAX_PATH" debugging...
When moving over to the Beta 2, from the alpha version, i kept getting an error when building saying "Files in your project exceed MAX_PATH, please move your project to a location with a shorter...
View ArticleCreated Unassigned: Does not work with Visual Studio 2014 [1347]
My machine has Visual Studio 2014 on it. However, the Node.js tools will not work with it.
View ArticleCreated Unassigned: Move to github [1348]
I have already suggested this to typescript 1.5 years ago, and they said wait, why, why? And last month they moved in.Open source == githubCodeplex is hard enough to make people not using it.
View ArticleCommented Issue: Better "Files in your project exceed MAX_PATH" debugging...
When moving over to the Beta 2, from the alpha version, i kept getting an error when building saying "Files in your project exceed MAX_PATH, please move your project to a location with a shorter...
View Article