Edited Feature: Add TestContent item type [611]
Need a way to designate which files in a project are tests.
View ArticleReviewed: 1.0 Alpha (Feb 23, 2014)
Rated 5 Stars (out of 5) - Love the tools, can't wait for intellisense in nodejs interactive window
View ArticleNew Post: Publishing to Azure Websites from Visual Studio Online TFS repository
I tried this with the latest dev build but it still doesn't work. I haven't been able to make any continuous deployment strategy work with node.js and azure which is a big show stopper. Having a local...
View ArticleNew Post: Node.exe arguments not passed with "Start Debugging"
I have --harmony specified in Node.exe arguments. If I do "Start Without Debugging" it is passed to Node.exe. But if I do "Start Debugging" I see only --debug-brk is passed and my script errors out....
View ArticleNew Post: Node.exe arguments not passed with "Start Debugging"
This is a known bug, and we are working to fix it for the beta. Unfortunately, there's no workaround short of manually applying the fix and building NTVS with it.
View ArticleNew Post: Publishing to Azure Websites from Visual Studio Online TFS repository
Hi Baastax, Can you elaborate on "web site doesn't actually update"? Do you need to manually restart the server through the portal to see the changes after a Git deployment? If it's just not working...
View ArticleNew Post: Node.exe arguments not passed with "Start Debugging"
Thanks! I was able to work around it by creating a small .cmd file and starting that instead of node.exe: node --harmony %*
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 ArticleCommented 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.Comments: This is fixed with the TestContent and build up to date work
View ArticleEdited Issue: Jade editor doesn't respect tab settings [613]
VS 2013, rolling build CL71501My Jade settings in tools/options have tabs set to 4 spaces. If I press tab, or if I'm indented and press enter then start typing, it inserts a tab instead of...
View ArticleCommented Issue: Jade editor doesn't respect tab settings [613]
VS 2013, rolling build CL71501My Jade settings in tools/options have tabs set to 4 spaces. If I press tab, or if I'm indented and press enter then start typing, it inserts a tab instead of...
View ArticleEdited Issue: Error when opening jade file [616]
VS 2013I drag & drop "Nodejs\Tests\TestData\Jade\001.jade" from explorer to VS, and got a message that an error was added to activitylog.xml, which looks like this:```System.NullReferenceException:...
View ArticleEdited Issue: Classification of selector and equal sign without spacing is...
If there's no space between the selector and an equal sign, the equal sign gets colorized as a selector instead of an operator. In the following, adding a space between title and = fixes the color of...
View ArticleCommented Issue: Classification of selector and equal sign without spacing is...
If there's no space between the selector and an equal sign, the equal sign gets colorized as a selector instead of an operator. In the following, adding a space between title and = fixes the color of...
View ArticleEdited Issue: Jade selector color too close to comment color [618]

View ArticleEdited Issue: Routes in generated TypeScript Express app don't have type...
index.ts:```export function index(req, res) { res.render('index', { title: 'Hugues' });};```user.ts:```export function list(req, res) { res.send("respond with a resource");};```
View ArticleEdited Issue: From existing doesn't respect the Project Name [647]
Add a new project from existing code. Enter in a name for the project and hit ok. The wizard will launch. Navigate through the wizard selecting a folder. You'll reach the end and the value you entered...
View ArticleEdited 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 ArticleSource code checked in, #df1f014839da42767106cbe93a1a45fe62da34a3
#647 From existing doesn't respect the Project Name Extract the project name / location from the replacement parameters and use it to seed the new project wizard #645 Routes in generated TypeScript...
View Article