Edited Issue: Rename Azure web site to Azure Website in remote attach...
In this dialog, we should change the string to match the new naming...
View ArticleCreated Feature: No way to deselect project from .project [1760]
If I haven't set a project with .project, it will run against the global project or the current one. But once I've set a project, there's no way to unselect it.
View ArticleCreated Issue: "Catastrophic Error" from .project after closing set project...
1. Create a project ("NodeApp1")2. Open interactive window3. Type ".project NodeApp1"4. Close project5. Type ".project"Actual: "Command 'project' failed: Catastrophic failure (Exception from HRESULT:...
View ArticleCreated Issue: .npm command does nothing after closing project [1763]
1. Create a project2. Open interactive window3. Use .project command to select project4. Close project5. ".npm install foo"Expected: package installs globally (or an error message)Actual: nothing
View ArticleClosed Issue: node.d.ts does not match the definitelytyped.org version [1691]
(not sure if this is a problem for this project or the typescript for visual studio project)This is the version on definitelytype.org:...
View ArticleEdited Issue: node.d.ts does not match the definitelytyped.org version [1691]
(not sure if this is a problem for this project or the typescript for visual studio project)This is the version on definitelytype.org:...
View ArticleClosed Issue: Custom typescript output dir and debugging [1688]
After setting a custom typescript output dir ("redirect javascript output to directory" option) breakpoints in the *.ts files are not working ("no code as been loaded for this location").You can put a...
View ArticleEdited Issue: Custom typescript output dir and debugging [1688]
After setting a custom typescript output dir ("redirect javascript output to directory" option) breakpoints in the *.ts files are not working ("no code as been loaded for this location").You can put a...
View ArticleCreated Unassigned: function abc() {} in the REPL results in different code...
Type "function abc() {<enter>}" results in:```> function abc() {. }. }```when typed into the REPL window. In the editor it properly handles the brace matching completion.
View ArticleCreated Issue: No completions on Express 4 router [1765]
Create express 4 project using our project templateIn users.js or routes.js:```var express = require('express');var router = express.Router();router.```I don't get any completions on `router.`.
View ArticleCreated Issue: String literals break signature help [1766]
Once I enter a string literal as an argument to a function, I can't see parameter help for that parameter (Ctrl+Shift+Space) anywhere after the start of the string. It still works fine for subsequent...
View ArticleCreated Issue: Functions break signature help [1767]
If I write a function as an argument to another function, it breaks signature help for all parameters after the start of the function.
View ArticleCreated Issue: Reset settings doesn't reset NTVS specific settings [1768]
VS 2013 Express for Web (haven't tested with ultimate)Change some of the options under Text Editor/Node.js/formattingTools/Settings/ResetGo back to tools options, the formatting options haven't reset.
View ArticleCreated Issue: Parameter types in signature help update too quickly [1769]
Start with this code:```function f(a, b, c) { return 'abc';}f(1, 2, 3)```On the second last line, start typing another call to `f` and thing long an hard about each parameter. As you advance to the...
View ArticleEdited Issue: Parameter types in signature help update too quickly [1769]
Start with this code:```function f(a, b, c) { return 'abc';}f(1, 2, 3)```On the second last line (blank), start typing another call to `f` and thing long an hard about each parameter. As you advance to...
View ArticleClosed Issue: node-gyp doesn't work in Interactive window [1735]
Note: Experienced on Windows 7Installing a binary package with `.npm install` in the Interactive window fails because node-gyp complains about stdin. Here's the full log:```> .npm install --save...
View ArticleClosed Issue: Exception when formatting document [1740]
UPDATE: Easier Repro: CTROL+K, CTRL-D```exports.hugues = function(req,res){ res.render('hugues', { title: 'Hugues', year: new Date().getFullYear(), message: 'Your hugues page.' });};```VS 2013 Express...
View ArticleSource code checked in, #bf4d1dbc44acb366e639d227a72ff6e3fa423717
Rollback the .project command.
View ArticleCreated Issue: .npm in interactive windows doesn't recognize the project [1770]
NTVS: 30109.03 Repro:1. Create a Node.js Azure service solution.2. Add a web role and a worker role so you have 2 projects in the solution.3. Open the Node.js Interactive window4. In the interactive...
View Article