Closed Unassigned: Intellisense directly on require statement in Typescript...
lib/MyClass.ts:```export class MyClass { private _a: number; private _b: string; public c: number; constructor(a: number, b: string, c: number) { this._a = a; this._b = b; this.c = c;} get aVar():...
View ArticleEdited Issue: TF10121: The path '' is not found or not supported. Type or...
I get the following error in the Source Control output window when trying to use the node project types:```The string must have at least one character.Parameter name: pathTF10121: The path '' is not...
View ArticleEdited Issue: No way to use semicolon in environment variable [1315]
There is no way to define an environment variable with a semicolon in its value (which is kinda ridiculous, because semicolons are traditionally used to separate multiple values in environment...
View ArticleEdited Issue: Web.config and Web.debug.config will not deploy [1379]
I created a new "Basic Microsoft Azure Express" application, and without changing the newly created project, I tried to publish it to a new test Azure website. I get the following error:"------ Publish...
View ArticleEdited Issue: Publish to Azure not working [1372]
When I get to the Preview section of the publish and hit `Start Preview` I get the following errorIf I continue it then just sticks...
View ArticleClosed Issue: Visual Studio 2012 Chinese(Simplified) can not Debugger [1334]
My Visual Studio 2012 Chinese(Simplified) can't Debug Nodejs for 1.0 Beta 2 , Latest Dev build ,1.0 Beta.I can only use 1.0 Alpha ..... please help....Comments:...
View ArticleEdited Issue: NodeLogConverter has stopped working [1155]
Tried to run second profiler, after some time (without clicking message dialog), new dialog pops up re: nodeLogConverter__From event viewer:__Application:...
View ArticleCommented Issue: Debugging Cloud Service Project not working [1229]
If I want to debug an Cloud Service Project containing an Node.js app the compute emulator won't start. A warning window shows up with: Role instances are taking longer than expected to start.NTVS Dev...
View ArticleEdited Feature: Debugging Cloud Service Project not working [1229]
If I want to debug an Cloud Service Project containing an Node.js app the compute emulator won't start. A warning window shows up with: Role instances are taking longer than expected to start.NTVS Dev...
View ArticleEdited 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 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 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 ArticleEdited Issue: npm ui fails to parse package list [1403]
from martin_codeplex (https://nodejstools.codeplex.com/workitem/1308):The packagecache.json parser is not properly acting. The relevant code is:File :...
View ArticleCommented Feature: Use database for npm cache [1398]
.Comments: testing comments[0A][0A]why is codeplex borked???
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 ArticleCommented Feature: Use database for npm cache [1398]
.Comments: and again![0A][0A]andkad
View ArticleCommented Issue: Unable to enter debug mode on Chinese locale [888]
I use F5 to start my program, but it does not automatically open the browser to run, has been staying in the picture frame, I try to use CTRL + F5 to run properly, I do not understand where the problem...
View ArticleCommented Issue: Unable to enter debug mode on Chinese locale [888]
I use F5 to start my program, but it does not automatically open the browser to run, has been staying in the picture frame, I try to use CTRL + F5 to run properly, I do not understand where the problem...
View ArticleCommented Issue: Unable to enter debug mode on Chinese locale [888]
I use F5 to start my program, but it does not automatically open the browser to run, has been staying in the picture frame, I try to use CTRL + F5 to run properly, I do not understand where the problem...
View ArticleCreated Unassigned: stuck in 'install New npm Packages" loop [1404]
VS2013 Premium. I attempt to install the NPM package by right clicking NPM in my project. only option not greyed out is install new npm packages. this goes through the download process twice then just...
View Article