Edited Issue: Interactive Window complains about undefined functions [1122]
Open the REPL and execute:```function f() {}```Then, start typing `f`. It will get a green squiggle with "variable has not been declared". Continue typing and execute `f()`. The call will succeed, but...
View ArticleEdited Issue: Code analysis level persisted even after canceling out of the...
The options dialog to specify the code analysis level persists the user selection even if s/he canceled out of the dialog. We shouldn't however.
View ArticleEdited Issue: Interactive Window complains about undefined functions [1122]
Open the REPL and execute:```function f() {}```Then, start typing `f`. It will get a green squiggle with "variable has not been declared". Continue typing and execute `f()`. The call will succeed, but...
View ArticleEdited Issue: NullReferenceException detecting mocha tests without mocha...
If you don't have mocha installed in your project's node_modules, then you'll see this in the output window if you have tests in your project that are marked with TestFramework=mocha```Cannot discover...
View ArticleEdited Issue: Interactive Window complains about undefined functions [1122]
Open the REPL and execute:```function f() {}```Then, start typing `f`. It will get a green squiggle with "variable has not been declared". Continue typing and execute `f()`. The call will succeed, but...
View ArticleEdited Unassigned: exception when restarting [1128]
created express appclosed vsreopened vsreopened last projectgot exception:<description>System.NullReferenceException: Object reference not set to an instance of an object.at...
View ArticleCreated Issue: Completion does not understand interspersed multiline comments...
```"string"/*comments*/.```The completion at dot shows global variables rather than members of String. Removing the comment and retyping the dot will show the proper list.This seems to be breaking...
View ArticleEdited Issue: exception when restarting [1128]
created express appclosed vsreopened vsreopened last projectgot exception:<description>System.NullReferenceException: Object reference not set to an instance of an object.at...
View ArticleCreated Issue: Keep indentation for comments [1145]
I don't how to very well describe this but here is an example:Line1: /**Line2: *Line3: *Currently line 2 starts from column 1 of the line. I was expecting to see it keeping the same indentation as Line...
View ArticleEdited Issue: isense options should have description [1124]
now:OffLowHighconsider:Off - you get no completions or resources spent on analysisLow - minimal intellisense with low resource usage (cached)High - maximum intellisense detail (cached)
View ArticleCommented Issue: Multiline comments inside blocks get dedented [1136]
Start with an empty block:```{}```Move cursor right after the `{` and press Enter - the cursor will be on the newly inserted blank line, and will be properly indented (one level in) for block content....
View ArticleEdited Issue: Intellisense settings should be under Intellisense [1132]
Other languages use JavaScript->Intellisense, C#->Intellisense, etc.... We should do the same.
View ArticleEdited Issue: isense options should have description [1124]
now:OffLowHighconsider:Off - you get no completions or resources spent on analysisLow - minimal intellisense with low resource usage (cached)High - maximum intellisense detail (cached)
View ArticleEdited Issue: REPL should not give completions when line is a command [1113]
Typing commands has the annoyance of iSense kicking in all the time```.npm install socket.io```
View ArticleCreated Issue: fails to reconstruct repl window when restarting vs while...
This one goes through bouts of repro-ing consistently (when it repros, it repros many times in a row)An exception was encountered while constructing the content of this frame. This information is also...
View ArticleEdited Issue: REPL should not give completions when line is a command [1113]
Typing commands has the annoyance of iSense kicking in all the time```.npm install socket.io```
View ArticleCreated Issue: Should not dedent my code while I am in the middle of coding...
We shouldn't dedent the following code all the way to the lef while I am in the middle of coding.```pf.breed.list(function (data) {var breeds = data.petfinder.breeds.breed; <== dedentedbreeds =...
View ArticleCommented Issue: Should not dedent my code while I am in the middle of coding...
We shouldn't dedent the following code all the way to the lef while I am in the middle of coding.```pf.breed.list(function (data) {var breeds = data.petfinder.breeds.breed; <== dedentedbreeds =...
View ArticleSource code checked in, #455b3fd63f05a218d73466bfd4d3d7e925893eda
#1153 - Default TestFramework should be ExportRunner Update the name of the framework to ExportRunner
View ArticleSource code checked in, #1c4bb74c5b93558283d2cab33c51b999ba544cc9
#1128 exception when restarting Force our package to load if it's not loaded already when we need to get the default analyzer
View Article