Commented Task: WebEssentials and TypeScriptOutDir [1606]
VS 2013 Update 4 + Web Essentials 2013 2.5.3 (latest at this time)NTVS Dev 2014-12-05Note: I can't repro this using Html Application with TypeScript. Might be an issue with our project system. If not,...
View ArticleNew Post: Quick Watch showing No Children when viewing an Array Passed in...
I spent the last couple of days debugging Socket.io to figure out why the array I was passing in through the emit function (from the client to the server) was showing the message "No Children" when I...
View ArticleCreated Unassigned: Indent problem [1782]
Hi,Using NTVS 1.0 RC2. I noticed two problems:1. Typing this```var Main = Main || {};Main.Test = function () {<upon pressing enter here, I end up at the beginning of the next line instead of being...
View ArticleNew Post: Quick Watch showing No Children when viewing an Array Passed in...
Are you on Node.js v0.10.34 or v0.10.35, by chance? There's a generic bug there (on the Node side of things) that prevents object children from being displayed for pretty much anything.
View ArticleEdited Issue: Indent problem [1782]
Hi,Using NTVS 1.0 RC2. I noticed two problems:1. Typing this```var Main = Main || {};Main.Test = function () {<upon pressing enter here, I end up at the beginning of the next line instead of being...
View ArticleNew Post: Quick Watch showing No Children when viewing an Array Passed in...
I am currently running v0.10.35.
View ArticleClosed Unassigned: Debugger shows 'no children' for all object instances. [1754]
On VS2013 with NTVS installed, all non-string javascript objects show "no children" when expanding. What causes this?Comments: https://nodejstools.codeplex.com/workitem/1659
View ArticleNew Post: Quick Watch showing No Children when viewing an Array Passed in...
Then you're running afoul of the bug that I've mentioned. This affects all Node IDEs, and the only fix right now is to downgrade to v0.10.33. It is supposed to be fixed in v0.10.36 once that ships....
View ArticleNew Comment on "TypeScript"
@lytton in order to use them they have to actually be included in your project, by default, they would be published to Azure, you would have to go out of your way for them not to be deployed.
View ArticleNew Post: Is there a way to debug client JS code connected to node.
I'm using node like a web server and I'm wondering if I can debug client JS, like how I can debug JS code using IIS Express in Visual Studio 2013
View ArticleNew Post: Is there a way to debug client JS code connected to node.
If you're using IE to view the website, you should be able to attach to iexplore.exe using Debug -> Attach to Process, using Script code type.
View ArticleCreated Unassigned: scroll bars in JavaScript output pane [1783]
HiThis is probably my fault, but I can't find a way to display scroll bars in the JS output pane for a TS file (ie the pane that you get when you pull left the divider at the right side of a TS...
View ArticleEdited Unassigned: scroll bars in JavaScript output pane [1783]
HiThis is probably my fault, but I can't find a way to display scroll bars in the JS output pane for a TS file (ie the pane that you get when you pull left the divider at the right side of a TS...
View ArticleCreated Unassigned: Support for .njsproj projects in Visual Studio 2015 TCP5...
Does the latest version of Visual Studio 2015 (TCP5) require the "Latest dev build for VS 2015 Preview" release of Node.js Tools for .njsproj project support? Or is there a more recent version...
View ArticleCreated Unassigned: VS2013 RC4, TypeScript 1.4, NTVS 1.0RC2: pasting a...
Not sure if it's NTVS or the TypeScript plugin.Pasting the following text in a TypeScript file```javascript/** * Try to get resources to write some of the to-be-done archives to the database */ private...
View ArticleCommented Unassigned: Support for .njsproj projects in Visual Studio 2015...
Does the latest version of Visual Studio 2015 (TCP5) require the "Latest dev build for VS 2015 Preview" release of Node.js Tools for .njsproj project support? Or is there a more recent version...
View ArticleNew Post: Debugging Protractor tests
(Just to help somebody) You can set the startup file like this (using AppData environment variable) to avoid hard-coding the current username in the...
View ArticleNew Post: NodeJS tools for non Node-JS project
I have frequently been known to stick a node_modules directory in other VS project types. For instance, C#, in order to callout to Node tools from MSBuild. It would be nice if the VS NodeJS tools were...
View ArticleCreated Unassigned: New project from existing code fails silently on VS 2013...
E:\MEAN\Poll\VoteOnline\VoteOnline.njsproj : error : The project file 'E:\MEAN\Poll\VoteOnline\VoteOnline.njsproj' cannot be opened.There is a missing project subtype.Subtype:...
View ArticleEdited Unassigned: open old project on VS 2013 error when update NTVS 1.0 RC2...
E:\MEAN\Poll\VoteOnline\VoteOnline.njsproj : error : The project file 'E:\MEAN\Poll\VoteOnline\VoteOnline.njsproj' cannot be opened.There is a missing project subtype.Subtype:...
View Article