Created Issue: Shouldn't allow rename of Global Modules node in solution...
You'll get a not implemented error msg box.
View ArticleEdited Issue: New TypeScript Project from Existing Code has wrong startup...
Create a Typescript console app, build and run it, then import the code into a new project.As part of the wizard, you get to choose the startup file. Both app.ts and app.js will appear and the JS is...
View ArticleCommented Issue: New TypeScript Project from Existing Code has wrong startup...
Create a Typescript console app, build and run it, then import the code into a new project.As part of the wizard, you get to choose the startup file. Both app.ts and app.js will appear and the JS is...
View ArticleCommented Issue: Can't install 007 [829]
When I open the npm UI to install the 007 package, I have to click onto a different package before I can click Install.Comments: This also applies to partially typed names and the Install button: Type...
View ArticleCreated Issue: Interactive window should display help message on startup [838]
In PTVS, the interactive window outputs a help message in the REPL when you open the window. We should do the same here, otherwise it's hard to discover what commands are available such as .help
View ArticleEdited Issue: TS Unit Tests: Error in 'require' statement caused all unit...
Steps to reproduce:0. Create a new TypeScript project (if you don't have one).1. Add a new Unit Test JS file.2. Verify "Test 1" and "Test 2" show up in Test Explorer.3. Change "var assert =...
View ArticleEdited Issue: Everytime I try to evaluate a Variable it fires unable to...
I am working with async and seems every time I try to watch the value of the variable is unable to evaluate.Steps to reproduce:* Create console app;* Write following:```javascript// Arrangevar array =...
View ArticleEdited Issue: Everytime I try to evaluate a Variable it fires unable to...
I am working with async and seems every time I try to watch the value of the variable is unable to evaluate.Steps to reproduce:* Create console app;* Write following:```javascript// Arrangevar array =...
View ArticleCommented Issue: Everytime I try to evaluate a Variable it fires unable to...
I am working with async and seems every time I try to watch the value of the variable is unable to evaluate.Steps to reproduce:* Create console app;* Write following:```javascript// Arrangevar array =...
View ArticleCommented Issue: Everytime I try to evaluate a Variable it fires unable to...
I am working with async and seems every time I try to watch the value of the variable is unable to evaluate.Steps to reproduce:* Create console app;* Write following:```javascript// Arrangevar array =...
View ArticleEdited Issue: Specifying a package version breaks --save [828]
Open the npm UI, enter "007@0.0.1".The correct package is installed, but it is not saved into package.json.
View ArticleEdited Issue: Can't install 007 [829]
When I open the npm UI to install the 007 package, I have to click onto a different package before I can click Install.
View ArticleEdited Issue: Cut/paste two files with the same name into the same directory...
Create the following structure:```A\app.jsB\app.jsC\```Now select both app.js files, cut, and paste them into C.One will be moved, the other will pop an error dialog but will be deleted.
View ArticleEdited Issue: Can't install 007 [829]
When I open the npm UI to install the 007 package, I have to click onto a different package before I can click Install.
View ArticleEdited Issue: Specifying a package version breaks --save [828]
Open the npm UI, enter "007@0.0.1".The correct package is installed, but it is not saved into package.json.
View ArticleEdited Issue: warn about max_path limits early on [759]
make sure we warn users about the dumb max_path limit on windows in any way possible.1. msbuild warning2. videos3. docs
View ArticleEdited Issue: VS crashes / runs out of memory when Javascript language...
Hi,Just updated to the recent dev build.There seems to be a serious bug with the JavaScript language service which happens every few minutes on my machine I think is related to the javascript...
View ArticleEdited Issue: Project from existing code does not build [823]
Create a console app, save it, then import the code into a new project.Building produces the following output:```------ Build started: Project: NodejsApp2, Configuration: Debug Any CPU ------C:\Program...
View ArticleCommented Issue: New TypeScript Project from Existing Code has wrong startup...
Create a Typescript console app, build and run it, then import the code into a new project.As part of the wizard, you get to choose the startup file. Both app.ts and app.js will appear and the JS is...
View ArticleCreated Feature: TypeScript and dependent JS files [839]
We should make it obvious in solution explorer that certain files are dependent files.
View Article