Commented Issue: Build -> Clean Solution : Fails on new Node/Express project...
Background: I've done a fair bit in the past with resources that were compiled/minified/etc during build. I ran into problems with these things occasionally being cached. As a result, I tend to reach...
View ArticleNew Post: change default debug port
Ok. so far it looks good. But the default port is huge for me. I'll keep a watch on the project.
View ArticleCommented Feature: Node.js (V8) debug port configuration in project...
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 ArticleCreated Unassigned: 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 ArticleNew Post: http.createServer missing in intellisense
Hello, I've installed the Node.js tools for VS 2012. I'm trying to follow along with a Pluralsight video Pluralsight node.js class It's a fairly old video, so he's on version .1.something, I'm on...
View ArticleNew Post: http.createServer missing in intellisense
This should "just work" regardless of the Node version you're on (we have a hard coded list of the built-in modules such as http). What do you see after you type http. ? Do you see a list of...
View ArticleEdited Issue: Drag & drop from explorer can't overwrite files opened in...
Create new Windows Azure Node.js projectServer.js will open in the editor automaticallyDrag & drop some files to your project root, including a server.js fileYou'll get an error message...
View ArticleEdited Issue: Renaming a folder containing the startup file clears the...
Renaming the startup file does not clear the startup file.
View ArticleEdited Issue: Copy/paste confuses show all files [475]
Repro:* Create a new node app* Ensure show all files is on for project* Add a new folder (NewFolder1)* Add another new folder (NewFolder2)* Add a file to the second folder (NewFolder2\JavaScript1.js)*...
View ArticleEdited Issue: .njsperf file extension not associated with VS [500]
.njsperf file extension not associated with VS
View ArticleNew Post: http.createServer missing in intellisense
Hi, When I type http.creates in Visual Studio, the only completion I see is http.createStylesheet. Here's my complete server.js code:var http = require('http'); var sys = require('sys'); http.creates...
View ArticleSource code checked in, #ec393e2dd1620f04c8b3245495b3a13d00a04a35
#486 Drag & drop from explorer can't overwrite files opened in editor Remove the check to see if the file is open to match C#'s behavior #476 Renaming a folder containing the startup file clears...
View ArticleNew Post: http.createServer missing in intellisense
Weird, the createStylesheet showing up is a little surprising. Do you have any other files in your project or have you installed any packages via npm?
View ArticleCreated 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 ArticleCommented 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 ArticleSource code checked in, #e64df4912316fa509d8d64eca74de7eb1b612686
Post pull request cleanup: Add back explicit throw new NotSupportedException(Set Next Statement is not supported by Node.js.); Add .gitignore files to intentionally empty folders to avoid deleting them...
View ArticleSource code checked in, #672e63d9b820d5c18a8fba9582d37b262bf7ab42
Make push/pull script aware of .gitignore
View ArticleNew Post: How to debug when using child_process
All, Trying to use node.js to isolate JS plugins created by others through the child_process API in node.js. I can't get the child process to interact with the parent when running with the debugger, I...
View ArticleNew Post: Debug Mocha unit tests
This may be similar to this question https://nodejstools.codeplex.com/discussions/471260 but I have a project that I'd like to be able to start up the Mocha tests and step through with the VS...
View ArticleCommented Unassigned: 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 Article