Edited Issue: Exception probably from repl window [1123]
This happened when the .npm command was writing output to the window.```System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type...
View ArticleCreated Issue: npm manager should only return valid search matches [1292]
Currently we return results which may or many not match. We should only return those entries which we deem to match````example searchr: 123456781234```
View ArticleEdited Issue: IntelliSense tooltip injects \r\n [1293]

View ArticleEdited Issue: IntelliSense tooltip injects \r\n [1293]
Look at the screenshot, there is a \r\n that doesn't exist in the all.json...
View ArticleEdited Issue: IntelliSense tooltip injects \r\n [1293]
Look at the screenshot, there is a \r\n that doesn't exist in the all.json...
View ArticleCreated Issue: Cannot set analysis log size to Off [1294]
tools/options/text editor/node.js/IntelliSenseSet log size to OffClick OKGo back to options, it will be back at 100.
View ArticleEdited Issue: IntelliSense tooltip should insert newline after pre+code [1295]
Look at addListener:https://www.codeplex.com/Download/AttachmentDownload.ashx?ProjectName=nodejstools&WorkItemId=1295&FileAttachmentId=881359
View ArticleEdited Issue: IntelliSense tooltip should insert newline after pre+code [1295]
Look at addListener:
View ArticleEdited Issue: IntelliSense tooltip should insert newline after pre+code [1295]
Look at addListener, the sentence after the code should have a newline before...
View ArticleCreated Issue: njsproj file not associated with Visual Studio [1296]
Installer is not properly registering the file extension
View ArticleCommented Issue: Test Window, double click result goes to first line in file...
We should be going to the test case not just the file.Comments: We can use a V8-specific way of getting the line location of a given function object. If you run node.exe with `--expose-debug-as=dbg`...
View ArticleNew Post: Cannot setup version NTVS Dev 2014-07-03 VS 2013.msi
same issue. Can't install. Have VS 2013 Update 2 + Win 7 64 Bit. How can I debug this. Also, I can't uninstall Pytools.
View ArticleCommented Issue: njsproj file not associated with Visual Studio [1296]
Installer is not properly registering the file extensionComments: C:\>msiexec /i "NTVS Dev 2014-07-03 VS 2013.msi" -l*vx ntvs.log ... MSI (s) (FC:D0) [06:06:59:531]: Executing op:...
View ArticleCreated Unassigned: install of .msi fails [1297]
C:>msiexec /i "NTVS Dev 2014-07-03 VS 2013.msi" -l*vx ntvs.logenvironment: MS Visual Studio 2013 Update 2 on Win7x64Note: can not uninstall PyTools for VS either. Could the issue be related?...MSI...
View ArticleCreated Unassigned: custom snippets no longer work [1301]
lost by going away from JSLS.
View ArticleNew Post: Analysing an existing v8.log
Yes, I have tried that. Specifically tried on debian.
View ArticleCreated Unassigned: Autocomplete for callbacks [1302]
Given that we are dealing with callbacks constantly in Javascript, it would be nice if the callbacks would autocomplete, certainly in TypeScript as we have type declarations there.When I type the...
View ArticleEdited Unassigned: Autocomplete for callbacks [1302]
Given that we are dealing with callbacks constantly in Javascript, it would be nice if the callbacks would autocomplete, certainly in TypeScript as we have type declarations there.When I type the...
View Article