Edited Issue: In locals window, Copy command should copy full string [427]
Right now if you right-click in locals window on a long string and choose Copy, you'll get the truncated value.If you do the same in C# (you have to make the string really long for C# to truncate it),...
View ArticleEdited Issue: VS Crash on F5 TypeScript console app [745]
Web Express 2013Debug build CL1197433 (the changeset which introduced changes to debugging console app)I couldn't repro again. VM was extremely slow at the time when this happened.Create new TypeScript...
View ArticleEdited 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 ArticleEdited Issue: Detect installation updates to node.exe [680]
Updating node.exe path while NTVS is running results in undetected node.exe. We need a registry watcher to detect changes to the InstallPath
View ArticleEdited Issue: Use icon instead of bolding to indicate startup file [662]
Since we're having trouble getting bolding to work correctly, we could go back to using a different icon/icon overlay instead.
View ArticleEdited Issue: Warn the user if package.json has dependencies not installed [636]
When doing F5 we should let the user know that packages are not installed.
View ArticleEdited Issue: Add existing item doesn't add to source control [621]
Create new Node.js console appRight click on project in solution explorer, Add Solution to Source ControlYou should see all items in solution explorer get a + icon overlayOutside of VS, create a...
View ArticleEdited Issue: Debugger breaking in unexpected files [762]
Create new Basic Express application (Node.js or TypeScript, same behavior)Put breakpoint in routes/index.js on line 7:``` res.render('index', { title: 'Express' });```Press F5 to start...
View ArticleEdited Issue: NodejsProfilingUITests.dll test failures [761]
This test has been failing consistently on the rolling machines.```Failed TestProjectProperties ProfilingUITests.ProfilingTests.TestProjectProperties Assert.AreEqual failed. Expected:<execArgv:...
View ArticleCreated Unassigned: Simplest possible web role fails with 500 [769]
Steps:1. Open VS 20132. File/New Project/JavaScript/Blank Windows Azure Node.js Application3. In Solution Explorer, right-click the solution and select Add/New Project/Visual C#/Cloud/Windows Azure...
View ArticleCommented Issue: Web Essentials - Not a Web Application error message in...
VS 2013, Web Essentials 1.7.1, NTVS rolling build CL71467Note: It's probably a Web Essentials issue, but let's make sure it's not something we can fix on our end first. Disabling Web Essentials gets...
View ArticleCreated Issue: TS Project templates should use double quoted string literals...
According to log of TsLint which bundled in WebEssentials we should use double quoted string literals:```3/8/2014 11:00:33 AM: TsLint: app.ts compilation failed: TsLint: ' should be "```It just a...
View ArticleCommented Issue: Publish to cloud service didn't use web.cloud.config [479]
I changed the startup file to be wrong in web.config, but kept it correct in web.cloud.config. Then publish to cloud service. Site doesn't work. I remote connect to the azure machine and noticed that...
View ArticleCommented Issue: Debugger breaking in unexpected files [762]
Create new Basic Express application (Node.js or TypeScript, same behavior)Put breakpoint in routes/index.js on line 7:``` res.render('index', { title: 'Express' });```Press F5 to start...
View ArticleEdited Issue: Debugger breaking in unexpected files [762]
Create new Basic Express application (Node.js or TypeScript, same behavior)Put breakpoint in routes/index.js on line 7:``` res.render('index', { title: 'Express' });```Press F5 to start...
View ArticleCommented Issue: Debugger breaking in unexpected files [762]
Create new Basic Express application (Node.js or TypeScript, same behavior)Put breakpoint in routes/index.js on line 7:``` res.render('index', { title: 'Express' });```Press F5 to start...
View ArticleCommented Issue: Debugger breaking in unexpected files [762]
Create new Basic Express application (Node.js or TypeScript, same behavior)Put breakpoint in routes/index.js on line 7:``` res.render('index', { title: 'Express' });```Press F5 to start...
View ArticleEdited Issue: Empty function name for top stack frame in TypeScript project...
Steps to reproduce:1. Create Blank Node.js Console Application2. Put breakpoint on the first line `console.log('Hello world');`3. Press F5AR: `> [app.ts] Line 1 TypeScript`ER:`> (anonymous...
View ArticleEdited Issue: Debugger breaking in unexpected files [762]
Create new Basic Express application (Node.js or TypeScript, same behavior)Put breakpoint in routes/index.js on line 7:``` res.render('index', { title: 'Express' });```Press F5 to start...
View ArticleCreated Unassigned: Empty properties in DTE ProjectItem object is a problem...
#Background:Node.js project is classified as `OAProject` type, which is same as WinJS (Windows 8.x Store app) project.With Winjs project, in order to set file nesting using Visual Studio shell, we use...
View Article