Edited Issue: Debugger crashes [846]
Been running into various debugger crashes while writing some Node code. These are usually happening in a callback reading parts of a POSTed image upload response.```An unhandled exception is about to...
View ArticleCommented Issue: Debugger crashes [846]
Been running into various debugger crashes while writing some Node code. These are usually happening in a callback reading parts of a POSTed image upload response.```An unhandled exception is about to...
View ArticleCreated Issue: Unspecified error when pasting in solution explorer across VS...
Beta buildStart instance #1 of VS, create an Azure Express projectStart instance #2 of VS, create (NON-Azure) Express projectIn solution explorer of instance #1, multi select `bin`, `web.config`,...
View ArticleCreated Issue: VS hangs when editing jade [848]
Using the following jade (file attached just in case):```extends layoutblock content .jumbotron```Place your cursor on line 4 col 2 (check your status bar) and type a dot '.' in order to change the...
View ArticleEdited Issue: VS hangs when editing jade [848]
Beta build, VS 2013 Update 1Using the following jade (file attached just in case):```extends layoutblock content .jumbotron```Place your cursor on line 4 col 2 (check your status bar) and type a dot...
View ArticleCreated Unassigned: Multiple F5s required after edit and continue [849]
Create the basic web app, set a breakpoint in the callback function for rendering the page. Hit the breakpoint, change the string being written via the end call, remove the breakpoint, and hit F5. The...
View ArticleEdited Issue: Assertion on attach debugger (node.js) [807]
Debug Build CL1206806I got this assert when I tried to attach the debugger to my azure web site from VWD 2013, published debug and web sockets enabled in portal.I've only seen it...
View ArticleCommented Issue: Assertion on attach debugger (node.js) [807]
Debug Build CL1206806I got this assert when I tried to attach the debugger to my azure web site from VWD 2013, published debug and web sockets enabled in portal.I've only seen it...
View ArticleCreated Unassigned: Make REPL window code internal [850]
Currently this is public API surface, we should make this all internal and create it directly
View ArticleCreated Unassigned: Make REPL window code internal [851]
Currently this is public API surface, we should make this all internal and create it directly
View ArticleCreated Unassigned: Ignore .js files in obj folder [852]
When we build we copy files to the obj folder, which we update for intellisense experience. We should ignore these files.
View ArticleCreated Unassigned: Idle reference file updates should write off the UI...
Currently NodejsPackage.FDoIdle is updating the reference files on the UI thread, we should post the writes back onto a background thread.
View ArticleCreated Unassigned: dragging file to folder that exists in Solution Explorer...
Create a project with a folder defined in the project, but not on disk (our express templates seem to do this with a public/images folder). Drag a file to that folder, nothing happens.
View ArticleCreated Unassigned: how can i debug js( TS ) file with out creating a project...
hi,how can i debug random js ( TS ) files . i don't want to create project for it.
View ArticleNew Post: completionSets
I have been going through your source code and I can't manage to figure out where you add the nodejs keywords such as (require, exports, module ... ) to the JavaScript completion list. I would really...
View ArticleCreated Unassigned: Add NTVS to the WebPI feed [856]
We should have NTVS in the WebPI feed. We can have a feed which installs: Node VS Web NTVS TypeScript
View ArticleClosed Unassigned: Make REPL window code internal [851]
Currently this is public API surface, we should make this all internal and create it directlyComments: duplicate of #850
View ArticleEdited Feature: Debug js( TS ) file with out creating a project [855]
hi,how can i debug random js ( TS ) files . i don't want to create project for it.
View ArticleCommented Feature: Debug js( TS ) file with out creating a project [855]
hi,how can i debug random js ( TS ) files . i don't want to create project for it.Comments: You can't, but that's a good feature suggestion!
View ArticleEdited Issue: Debugger crashes [846]
Been running into various debugger crashes while writing some Node code. These are usually happening in a callback reading parts of a POSTed image upload response.```An unhandled exception is about to...
View Article