Commented Unassigned: change directory for .ntvs_analysis.dat [1524]
I must access and edit my Node.js source files via a windows share. But I have the Visual Studio project file (*.njsproj) stored locally in my "Documents" folder (fast SSD).Node.js tools for VS appears...
View ArticleCommented Unassigned: change directory for .ntvs_analysis.dat [1524]
I must access and edit my Node.js source files via a windows share. But I have the Visual Studio project file (*.njsproj) stored locally in my "Documents" folder (fast SSD).Node.js tools for VS appears...
View ArticleCreated Unassigned: Formatting issue in beta3 [1525]
Hi,Auto formatting this code:````var a = function (test) { return {}}````gives````var a = function (test) { return {}}````Another example, auto formatting this code:````socket.on("disconnect", function...
View ArticleEdited Issue: Typescript and breakpoints [1517]
Hi, I have a problem with breakpoints in typescript. It happens that when breakpoint is hit, VS shows js file and not TS file and after that stepping is only possible through js file. This is very...
View ArticleCreated Unassigned: Expected new project's package name to contain hyphens...
I created a new Node.js command line app with Visual Studio 2013 Pro and specified the name of the project to be "test-console-app".When I opened the newly created `package.json`, I expected that to be...
View ArticleCreated Issue: Unable to set TypeScript file as startup file [1527]
The TypeScript files are not showing the command to set as startup file.
View ArticleCommented Issue: Project memory and load time is huge [703]
Hi,I have a project using GIT SCM and with node_modules committed that takes about 1min to be loaded on my surface pro.During usage, the memory consumption of the devenv.exe process slowly rises from...
View ArticleClosed Issue: BUG: http server works fine but smallest express version fails...
The following boilerplate http server works just fine in Azure:```var http = require('http');var port = process.env.port || 1337;http.createServer(function (req, res) { res.writeHead(200, {...
View ArticleEdited Issue: BUG: http server works fine but smallest express version fails...
The following boilerplate http server works just fine in Azure:```var http = require('http');var port = process.env.port || 1337;http.createServer(function (req, res) { res.writeHead(200, {...
View ArticleEdited Issue: npm - selection changes always changes when type new filter...
Expected: package retains existing selection if it still exists in new search results
View ArticleEdited Feature: Include relevant package stats (# downloads, etc.) in npm...
Right now it's hard to select between packages when you're unfamiliar with them. It would be helpful to include relevant info other than just name, description, and keyword (e.g. # downloads, date...
View ArticleEdited Feature: Add support for executing scripts from package.json [913]
Package.json has a 'scripts' section. We should support invoking these commands from the UI.``` ,"scripts": {"start": "http-server -p 1234"}```
View ArticleEdited Issue: npm - selection changes always changes when type new filter...
Expected: package retains existing selection if it still exists in new search results
View ArticleEdited Issue: Labels to explain the installation location dropdown [718]
Its not clear what Standard means. We need to be explicit about what this dropdown does.
View ArticleClosed Issue: npm not installed dialog has a (null) [1187]
```---------------------------npm Not Installed---------------------------Could not find npm.cmd. Ensure you have a recent version of node.js installed and have specified the location of node.exe in...
View ArticleEdited Issue: npm not installed dialog does not link to nodejs installer [1017]
---------------------------npm Not Installed---------------------------Could not find npm.cmd. Ensure you have a recent version of node.js installed and have specified the location of node.exe in the...
View ArticleClosed Issue: npm - enter new filter text, does not scroll to currently...
Result - user must scroll up in order to see currently selected package
View ArticleClosed Issue: npm - selection changes always changes when type new filter...
Expected: package retains existing selection if it still exists in new search results
View ArticleEdited Issue: low res icon in extensions and updates dialog [1502]

View ArticleEdited Issue: TypeScript icons are wrong [1493]
See image:
View Article