Created Feature: provide a warning on npm node in sln explorer that some...
the npm node doesn't open by default when you create a project, so it's not visible that projects are missing when it is closed. Alternatively this warning could only be shown when the node is...
View ArticleCreated Feature: file > add new item should include "empty file" option [1749]
That way you can just type in the name that you want, and it will generate a file of that type. I don't understand why we don't allow people to add empty files of arbitrary types that we don't anticipate.
View ArticleEdited Issue: Locals window should display errors [1732]
In the locals window we need to show users the eval errors. We should do this in the same way C# does via a message box. Currently we just do nothing and leave the value as is.Example:```function foo()...
View ArticleEdited Issue: Rename Azure web site to Azure Website in remote attach...
In this dialog, we should change the string to match the new naming...
View ArticleCreated Unassigned: Go to definition fails to work in Visual Studio 2015 [1750]
https://github.com/Microsoft/TypeScript/issues/1210reproduce the problem:•The projects should be of the NTVS type.•The path should contain a dot "." .To reproduce:•Install the 14-Nov-2014 NTVS plugin...
View ArticleEdited Issue: Go to definition fails to work in Visual Studio 2015 [1750]
https://github.com/Microsoft/TypeScript/issues/1210reproduce the problem:•The projects should be of the NTVS type.•The path should contain a dot "." .To reproduce:•Install the 14-Nov-2014 NTVS plugin...
View ArticleCommented Issue: Go to definition fails to work in Visual Studio 2015 [1750]
https://github.com/Microsoft/TypeScript/issues/1210reproduce the problem:•The projects should be of the NTVS type.•The path should contain a dot "." .To reproduce:•Install the 14-Nov-2014 NTVS plugin...
View ArticleClosed Issue: Go to definition fails to work in Visual Studio 2015 [1750]
https://github.com/Microsoft/TypeScript/issues/1210reproduce the problem:•The projects should be of the NTVS type.•The path should contain a dot "." .To reproduce:•Install the 14-Nov-2014 NTVS plugin...
View ArticleEdited Issue: Exception when formatting document [1740]
UPDATE: Easier Repro: CTROL+K, CTRL-D```exports.hugues = function(req,res){ res.render('hugues', { title: 'Hugues', year: new Date().getFullYear(), message: 'Your hugues page.' });};```VS 2013 Express...
View ArticleCreated Issue: Ctrl K, P conflicts with global C# keyboard settings [1751]
Ctrl K, G works and is kind of cool because it's like "pKG"
View ArticleSource code checked in, #b092055319303b91f7283f5736a97c39be9524d5
npm ui fixes #1733 Type words to search for packages -> Type to search for packages - less patronizing now :) #1725 NPM UI: Switching focus results in progress bar moving over middle of result list...
View ArticleSource code checked in, #e7be3cd687442d4ea9e392977892442d2e5a171d
#1691 node.d.ts does not match the definitelytyped.org version - updated the file to match the latest version
View ArticleSource code checked in, #5d3bd907e2e09f64e3e2a53763ffc25dcbc810b7
#1705 setTimeout not in completion list - Previously we were not including global methods in the completion list
View ArticleSource code checked in, #e0dd102aa9801c9669f315b7b60c68dd39481af3
#1670 Formatting document inserts \r\n VS will always return \r\n for line endings. We now override the returned value so that we get the correct line ending.
View ArticleSource code checked in, #d9adf57bdb1f16fe120eedc59eb7a397cd0c4544
#1745 Need to release the lock before talking to ErrorListPackage Create the error list when the project analyzer is initialized so that it's always created on the UI thread We still have an issue...
View ArticleSource code checked in, #4a6e3fa7ae6eeee260bc07ab06a960ac8a41e4fa
#1743 Rename Azure web site to Azure Website in remote attach progress dialog
View ArticleSource code checked in, #1eda6654410dd9abb3c10d654114d3767e51befa
#1732 Locals window should display errors Fix WaitAsync extension method for tasks so that, if the original task fails with an exception, it correctly propagates that exception, rather than canceling...
View ArticleSource code checked in, #802094e32fd86b3e282e287611944572b9050cea
#1740 Exception when formatting document The underlying issue to this failure is that our tokencache.map was not being updated correctly on inserts. We would reset the cache for the current line and...
View ArticleEdited Issue: Ctrl K, P conflicts with global C# keyboard settings [1751]
Ctrl K, G will work instead
View Article"Class" in the Test Explorer does not work [1752]">Created Unassigned: "Group By" > "Class" in the Test Explorer does not work...
Hi, VS: 2013NTVS: 19-Dec dev buildThe "Group By" > "Class" feature in the Test Explorer groups by exported tests rather than the name of the file in which they are defined.E.g.```typescript//...
View Article