Closed Issue: Better "Files in your project exceed MAX_PATH" debugging...
When moving over to the Beta 2, from the alpha version, i kept getting an error when building saying "Files in your project exceed MAX_PATH, please move your project to a location with a shorter...
View ArticleCommented Unassigned: Max_path warning needs more triggers [1344]
Npm install outside ?Build actions?Copying things around?Comments: npm install outside is tricky because that would require a full-fledged filesystem watcher, and it would also race against any...
View ArticleEdited Unassigned: Max_path warning needs more triggers [1344]
Npm install outside ?Build actions?Copying things around?
View ArticleEdited Unassigned: Max_path warning needs more triggers [1344]
Npm install outside ?Build actions?Copying things around?
View ArticleCommented Issue: npm Package manager fails to retrieve published package list...
Sometimes, when I right click npm and select "Manage npm Modules", the package manages says "Loading published package list", but it comes back empty. See screenshot here:...
View ArticleNew Post: Build server failing to build a Cloud Service with a Node.js project
Hi guys, Having a bit of an issue when building a solution including an Azure Cloud Service on our TeamCity build server. The cloud service has two ASP.NET web roles and a Node.js role. It builds fine...
View ArticleCommented Unassigned: the "Combine Javascript output into file" option does...
The "Combine Javascript output into file" option does not work for me. It does not take the server.js file so I have the classes I defined in a subfolder, but not the initialisation code that is in...
View ArticleNew Post: Loading custom modules in the Interactive Window
Hi, The interactive window is a very nice feature. It's great that I'm able to test out NodeJS code on the fly. I have a couple of questions:Is it possible to associate the interactive window with a...
View ArticleEdited Issue: Can't create worker role project - Azure Tools not installed [700]
VS 2013, rolling debug build CL1190242I do NOT have the Azure Tools installed.Is there any way we can make it more obvious to the user as to what they need to do to fix this? They're probably not going...
View ArticleEdited Issue: Can't create worker role project - Azure Tools not installed [700]
VS 2013, rolling debug build CL1190242I do NOT have the Azure Tools installed.Is there any way we can make it more obvious to the user as to what they need to do to fix this? They're probably not going...
View ArticleCommented Issue: Copying node_packages to obj/Debug + looong path [1264]
```Error 16 Unable to copy file...
View ArticleEdited Issue: Copying node_packages to obj/Debug + looong path [1264]
```Error 16 Unable to copy file...
View ArticleCommented Issue: No signature help when calling a lambda [1140]
Start typing this:```(function (x) { console.log(x); })(```I expect a signature help coming up for the function, showing parameter `x`, but there's nothing.Comments: This is not actually a reverse...
View ArticleClosed Issue: Crash when removing break point [1330]
I'm running on 1.0 beta 2 with VS 2012. If I have a break point set, then remove when the code has been stopped by a previous break point I get a crash. So if I break on line 20, and have a break on...
View ArticleCommented Issue: VS crash (KeyNotFoundException) when removing a breakpoint...
(from https://nodejstools.codeplex.com/discussions/554403)While testing latest NTVS version my vS2013 regularly crashes. It happens just before breakpoint should be hit. In beta 1 I got this crash...
View ArticleCommented Feature: TypeScript: Build output message incorrect [693]
Hi, I just upgraded to TypeScript 1.0RC, but the build output from the NodeJS project says:```1>------ Build started: Project: NodejsWebApp1, Configuration: Debug Any CPU ------1> C:\Program...
View ArticleClosed Issue: NPM can't install dependency modules if the project name...
Config:- Win8.1 CHS with the latest updates- VS2013 ENU with Update 3 RC- NTVS build 20707.01Repro:- Create a Node.js Basic Express project with the project name containing the following characters...
View ArticleEdited Issue: Completion does not understand interspersed multiline comments...
```"string"/*comments*/.```The completion at dot shows global variables rather than members of String. Removing the comment and retyping the dot will show the proper list.This seems to be breaking...
View ArticleNew Post: Shortcut for Copy + Execute in Node.js interactive window
Apologies if this already exists - When I'm coding in F# I can highlight some code in the editor, press Ctrl + Enter and have it be copied and executed in the F# interactive window. Is there a shortcut...
View ArticleNew Post: Shortcut for Copy + Execute in Node.js interactive window
We have this feature for PTVS but not for NTVS, unfortunately. Feel free to file a feature request for it. It should be a straightforward port from one codebase to another.
View Article