Edited Issue: Kraken app causes VS2013 to crash on app launch [569]
I have a created an empty kraken.js app by following the getting started instructions, this app I can run my issuing the "npm start" commandI then create a node project in vs 2013 using the "from...
View ArticleClosed Unassigned: publish error [568]
Error occurs when trying to publish to the file system. I get: web.config not found in project, to create a project to deploy to Windows Azure you must create a Windows Azure Node.js project.I did try...
View ArticleEdited Feature: Jade Files - Text Editor Settings [567]
Make an entry for .jade files in Visual Studio options, use spaces for indentation, consistent with supplied files from project type.
View ArticleEdited Feature: Debugging issues [566]
A few issues that I haven't seen reported yet:1. It would be nice to see what command is executed when you start debugging. For example, I'm trying to make debugger run mocha tests, but it's failing,...
View ArticleClosed Unassigned: Issue Attaching Remote Debugger. [565]
Hello Everyone I been having issues attaching the remote debugger to a node process on my local machine. Not sure if their are logs I can look at but what I'm seeing happen is trying to remote attach...
View ArticleEdited Feature: Node.js (V8) debug port configuration in project properties...
We should add support in project properties for configuring the debug port used to connect the Node.js executable (V8) to the NTVS debugger. This should at least include allowing the specification of a...
View ArticleEdited Issue: Node.js (V8) debug port configuration in project properties [564]
We should add support in project properties for configuring the debug port used to connect the Node.js executable (V8) to the NTVS debugger. This should at least include allowing the specification of a...
View ArticleNew Post: Publishing to Azure Websites from Visual Studio Online TFS repository
Has anyone been able to setup continuous integration deployments for one of these node.js tools for VS template projects to Azure Websites using Visual Studio Online source control--TFS or git? I can't...
View ArticleNew Post: Publishing to Azure Websites from Visual Studio Online TFS repository
Hi Jeff, We are aware that this is not working right now, we have a work item for it here (please vote):https://nodejstools.codeplex.com/workitem/535 We haven't tried to 'hack it' like you did by...
View ArticleCommented Unassigned: Project property "Node.exe path": field too narrow [586]
I'm using "C:\Chocolatey\lib\nodist.0.3.12-beta\tools\nodist-master\bin\node.exe", a fact that I cannot see in the project properties since the field "Node.exe path" is too narrow.Neither can one scoll...
View ArticleCommented Unassigned: Project property "Node.exe path": field too narrow [586]
I'm using "C:\Chocolatey\lib\nodist.0.3.12-beta\tools\nodist-master\bin\node.exe", a fact that I cannot see in the project properties since the field "Node.exe path" is too narrow.Neither can one scoll...
View ArticleNew Post: getting error when debugging nodejs in visual studio 2013
No I haven't still getting same error will please help me
View ArticleCommented Unassigned: Project property "Node.exe path": field too narrow [586]
I'm using "C:\Chocolatey\lib\nodist.0.3.12-beta\tools\nodist-master\bin\node.exe", a fact that I cannot see in the project properties since the field "Node.exe path" is too narrow.Neither can one scoll...
View ArticleEdited Issue: Deadlock loading an NTVS project [577]
I just hit this with recent bits. The issue is with lock contention in NodeModulesNode. Specifically, NodeModulesNode.ReloadHierarchy() and NodeModulesNode.ReloadModules()both lock _lock, and...
View ArticleCommented Issue: Deadlock loading an NTVS project [577]
I just hit this with recent bits. The issue is with lock contention in NodeModulesNode. Specifically, NodeModulesNode.ReloadHierarchy() and NodeModulesNode.ReloadModules()both lock _lock, and...
View ArticleEdited Issue: project fails to load with a NullReferenceException [574]
Project fails to load and throws a NullReferenceException when package.json contains invalid json. Sometimes Visual Studio crashes as well.
View ArticleCommented Issue: project fails to load with a NullReferenceException [574]
Project fails to load and throws a NullReferenceException when package.json contains invalid json. Sometimes Visual Studio crashes as well.Comments: Appears to be fixed w/ Bart's latest changes
View ArticleCommented Issue: Visual Studio 2013 MySQL module instalation fails [570]
When I'm trying to install Node.JS MySQL module trough Visual Studio 2013 npm Package Management, the installation fails due to the following errors:```npm ERR! Failed to parse jsonnpm ERR! Unexpected...
View ArticleCommented Issue: Solution Explorer search box does not work [584]
When trying to use the Solution Explorer search box, no matching results are ever shown in VS 2013 (I don't know about earlier VS versions). It seems that project files are not being searched at...
View ArticleCreated Unassigned: Package manager UI issues at 200% DPI [596]
Steps to reproduce:1. Run at a high DPI (e.g. 200%). This is common for anyone using a high resolution display (such as a Retina MacBook).2. Open the package manager3. Result - see attached screenshot.
View Article