Created Issue: Profiling without enough CPU intensive ops doesn't create a...
The error message when you try to open the report implies that the file was created, and is now missing. In fact, the file was never created.If we can't control that message, can we make sure we always...
View ArticleCreated Issue: Remove ASP.NET project guid from console projects [635]
This will make the Start Debugging button read "Start" rather than "Internet Explorer", as well as making the project files simpler.
View ArticleCreated Issue: Warn the user if package.json has dependencies not installed...
When doing F5 we should let the user know that packages are not installed.
View ArticleEdited Issue: Build error "kerberos" missing [532]
I tried to our existing node.js code and got the following error while building it. But when I created a new express node project it ran fine. Maybe there is some dependency issue; here's the error I...
View ArticleEdited Issue: Integrate express wizard with npm commands [604]
Right now we prompt the user to run npm install, and we do so in a command prompt window that must be dismissed before the project wizard finishes and the project loads in solution explorer.When you...
View ArticleCreated Issue: TypeScript profiling of express app doesn't work? [637]
I'm having a hard time getting a report created, even if I have a long loop in my index route. Tried with Just my Code enabled/disabled.
View ArticleCreated Issue: Express templates should be labelled "Basic" instead of...
Currently most say Blank, but there are enough files in it that we should call them all "Basic".
View ArticleCreated Issue: Bolding for startup file broken on typescript projects [639]
The underlying .js file is set to the startup yet its not bolded. Including the file will make it bold and it stays bold after excluding.
View ArticleCreated Issue: Test discovery not triggered after adding unit test file [640]
VS 2013, Dev 2014-02-06If you add a new item, unit test file, and save your project, the new tests won't get discovered.
View ArticleCreated Issue: Project is always out of date [641]
F5 always wants to build the project.ReproBasic TypeScript ExpressF5
View ArticleEdited Issue: Remove ASP.NET project guid from console projects [635]
This will make the Start Debugging button read "Start" rather than "Internet Explorer", as well as making the project files simpler.
View ArticleEdited Issue: Express templates should be labelled "Basic" instead of "Blank"...
Currently most say Blank, but there are enough files in it that we should call them all "Basic".
View ArticleEdited Issue: Test discovery not triggered after adding unit test file [640]
VS 2013, Dev 2014-02-06If you add a new item, unit test file, and save your project, the new tests won't get discovered.
View ArticleCreated Issue: iisnode.yml breaks publishing to WAWS [642]
We added iisnode.yml file but now publishing to WAWS doesn't work.
View ArticleEdited Issue: Set as startup file should be available on excluded .js files...
When working with a TypeScript project it is difficult to change the startup file
View ArticleCreated Unassigned: node_modules not being published... [643]
These used to be included automatically, for some reason they're no longer being picked up.
View ArticleCommented Feature: Node configuration [546]
Hi! How can I configure environment parameters like a NODE_PATH or NODE_ENV?https://nodejstools.codeplex.com/discussions/470793Comments: I am voting for this. I thought I would be able to do something...
View ArticleEdited Issue: node modules open icon is a folder [488]
Expand node modules and the icon changes from the two boxes into an open folder
View ArticleCreated Issue: TypeScript build warning on VS 2012 [644]
This goes away if I add ToolsVersion="4.0" to the .njsproj xml root element.```------ Build started: Project: ExpressApp3, Configuration: Debug Any CPU ------ Could not locate the .NET Framework SDK....
View ArticleCommented Issue: TypeScript build warning on VS 2012 [644]
This goes away if I add ToolsVersion="4.0" to the .njsproj xml root element.```------ Build started: Project: ExpressApp3, Configuration: Debug Any CPU ------ Could not locate the .NET Framework SDK....
View Article