Commented Issue: VS2013 crashed and closed if run with debug on bson module...
If run application without debug it works ok, but when I try to run with debug it gets the following error and VS2013 is been closed:> Error: The specified procedure could net be...
View ArticleCommented Unassigned: Kraken app causes VS2013 to crash on app launch [569]
I have a created an empty kraken.js app by following the getting started instructions, this app I can run my issuing the "npm start" commandI then create a node project in vs 2013 using the "from...
View ArticleEdited Issue: Reference path comments are not respected by Intellisense [552]
Special helper comments like ```/// <reference path="somefile.js" />```are not respected by Intellisense if the project is used with the NTVS.I know that using __require__ does enable...
View ArticleEdited Unassigned: IntelliSense Broken for Stdin [560]
Intellisense doesn't work correctly when you do:```process.stdin.```It says:> IntelliSense was unable to determine an accurate completion list for this expression. The provided list contains all...
View ArticleSource code checked in, #faeb297e31ca5adc3ae379a5a4b88c38c35b6590
#552 Reference path comments are not respected by Intellisense Reference directives are only supported if they come before any user code. Because we inject a hidden function body around the users code...
View ArticleCommented Issue: Reference path comments are not respected by Intellisense [552]
Special helper comments like ```/// <reference path="somefile.js" />```are not respected by Intellisense if the project is used with the NTVS.I know that using __require__ does enable...
View ArticleCommented Unassigned: IntelliSense Broken for Stdin [560]
Intellisense doesn't work correctly when you do:```process.stdin.```It says:> IntelliSense was unable to determine an accurate completion list for this expression. The provided list contains all...
View ArticleCommented Issue: No intellisense for module 'passport-http-bearer' [497]
.Comments: Fixed - https://nodejstools.codeplex.com/SourceControl/changeset/faeb297e31ca5adc3ae379a5a4b88c38c35b6590
View ArticleCommented Unassigned: IntelliSense Broken for Stdin [560]
Intellisense doesn't work correctly when you do:```process.stdin.```It says:> IntelliSense was unable to determine an accurate completion list for this expression. The provided list contains all...
View ArticleEdited Issue: Object fields should be quoted where appropriate [431]
E.g. consider an object like so:```o = {foo: 0, 'foo.bar': 1, 'foo bar': 2, 'foo=bar': 3};```This is a perfectly valid object, but its fields are not identifiers. Yet, when we display it in debugger...
View ArticleEdited Issue: Changing length of array breaks its visualization [429]
E.g. with this code:```var a = [1,2,3];return a;```Break on return, and then in Immediate window do ```a.push(4)``` or ```a.pop()```. The array is immediately collapsed in Locals, and cannot be...
View ArticleEdited Issue: Fixed up breakpoints don't show multiple-bound to same line [428]
We should do something to let the user know there are multiple breakpoints on the same line
View ArticleEdited Issue: Breakpoint bound in wrong file on attach [474]
When attaching to a process with a preset breakpoint, when the script file in which it is set is not loaded yet, it seems to bind it to a different file with the same leaf name that is already loaded....
View ArticleEdited Unassigned: Improve User Experience for NPM Package Management Dialog...
Hello,Some suggestions:* I am really not a fan of dialogs. Can "NPM" Status screen be merged into the npm dialog? So updates and status are inline. If we want to check the console status, we could...
View ArticleEdited Unassigned: Debugging issues [566]
A few issues that I haven't seen reported yet:1. It would be nice to see what command is executed when you start debugging. For example, I'm trying to make debugger run mocha tests, but it's failing,...
View ArticleEdited Unassigned: Kraken app causes VS2013 to crash on app launch [569]
I have a created an empty kraken.js app by following the getting started instructions, this app I can run my issuing the "npm start" commandI then create a node project in vs 2013 using the "from...
View ArticleEdited Unassigned: Issue Attaching Remote Debugger. [565]
Hello Everyone I been having issues attaching the remote debugger to a node process on my local machine. Not sure if their are logs I can look at but what I'm seeing happen is trying to remote attach...
View ArticleNew Post: Ghost 0.3.3
What I don't understand is why it can run from the command-line without iconv, but not from inside VS 2013? I'm new to nodejs, but it's just javascript, right?
View Article