Edited Issue: Javascript files: Auto-formatting keeps adding 12 spaces...
This only occurs when pressing enter at the end of a line with a closing brace and semicolon and only seems to be for "if" statements.it's not functionally broken but I can't seem to disable this.e.g....
View ArticleCommented Unassigned: File watching on Azure website - no .jade files [1640]
From the web.config file we generate:```<iisnode watchedFiles="web.config;*.js"/>```We don't watch .jade files, which are part of the projects we create. We should probably add that, and maybe...
View ArticleNew Post: Mocha unit tests do not appear in Test Exporer
I have two TypeScript projects set up in my solution. First project is an Express app with REST APIs, and the second project has a set of unit tests that test API endpoints from the first project using...
View ArticleCommented Unassigned: Add support for NodeUnit [1653]
I've been using the VS node tools since the Alpha alongside Joseph Gordon's VsNodeTest plugin for nodeunit.the newer versions of the Node VS tools aren't reported as compatible with it (but it's not...
View ArticleCreated Unassigned: NPM Packages: Searching for packages in the "install new...
repro:go to npm, right-click. Wait for new package installer to load up.in the search box type require-directoryresult:hundreds or results back.require-directory *is* in the list but it's a long way...
View ArticleCommented Unassigned: NPM Packages: Searching for packages in the "install...
repro:go to npm, right-click. Wait for new package installer to load up.in the search box type require-directoryresult:hundreds or results back.require-directory *is* in the list but it's a long way...
View ArticleCommented Unassigned: NPM Packages: Searching for packages in the "install...
repro:go to npm, right-click. Wait for new package installer to load up.in the search box type require-directoryresult:hundreds or results back.require-directory *is* in the list but it's a long way...
View ArticleCreated Feature: Improve F5 Experience for Linux Debugging [1657]
Hey, any plans to streamline the remote debugging any? It’s out-of-this-world amazing that it works and it’s way better than what folks are doing on Arduinos or from any IDE’s besides VS. I wonder...
View ArticleEdited Feature: Improve F5 Experience for Linux Debugging [1657]
Hey, any plans to streamline the remote debugging any? It’s out-of-this-world amazing that it works and it’s way better than what folks are doing on Arduinos or from any IDE’s besides VS. I wonder...
View ArticleEdited Issue: Can't run tests when TypeScriptOutDir is defined [1596]
When <TypeScriptOutDir> is defined on the project file to some folder like<TypeScriptOutDir>bin</TypeScriptOutDir>The test discovery fails, because the...
View ArticleEdited Issue: Debugging fails to launch correct file when using...
Debugger launches the wrong file and fails to start
View ArticleEdited Issue: arguments not being passed to typescript compiler [1616]
Repro steps:1. Create a project using the TypeScript "From existing node.js code" template2. Open the project's properties page and select the "Typescript Build" tab3. Check the "generate declaration...
View ArticleEdited Issue: Interactive window, odd behavior of .echo [1637]
Entering the command the first time will disable the echo```.echo```Doing it again does not turn echo back on.
View ArticleEdited Issue: Database connection popup issue [1426]
I got a database connection popup when having this extension installed. Does it have the bug mentioned at:...
View ArticleEdited Issue: Make REPL window code internal [850]
Currently this is public API surface, we should make this all internal and create it directly
View ArticleEdited Issue: Move REPL into NTVS package [1282]
We should move it into NTVS and remove the public surface area. This will fix the issue w/ the broken REPL window on restart.
View ArticleEdited Unassigned: doskey crash [901]
Whenever I try to use Node.js Tools I get a crash on doskey.exe. This happens when I create or open a Node project and when I open the npm tools. I did not try any other node tools features.When I...
View ArticleEdited Issue: Setting TypeScriptOutDir to full path breaks TS builds [1611]
We try to append the typescriptoutdir as a relative directory and fail.```Create TypeScript ProjectProperties->TypeScript BuildSet an out folder that is a full path, i.e. C:\Foo``````Error 1 Unable...
View ArticleEdited Task: Projects Documentation > Create Project from Existing Files...
Create Project from Existing Files area has an old image and should be updated to match current projects and iconshttp://www.codeplex.com/Download?ProjectName=nodejstools&DownloadId=760463
View ArticleEdited Task: PreAndPostBuildActions documentation updates [1634]
grunt --no-color should be the PostBuildEvent so that the output looks nice in VS
View Article