vscode/extensions
Matt Bierner 35e2132409 New tsdk flow for 19 (#19602)
* Allow using workspace typescript.tsdk setting

Allows users to opt into using their workspace typescript.tsdk setting to specify the path to their typescript install.

Also, fixes a bug when the global tsdk setting points to the workspace version of typescript, our ts selector interface can get confused on which version is currently active. The fix adds a check using the local storage value to show the correct active version.

* Flip vscode and workspace pick order

* Use shared logic when workspace tsdk setting is not used
2017-01-30 16:33:20 -08:00
..
bat Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
clojure Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
coffeescript [themes] supertypes not colored in plus themes 2017-01-23 09:48:45 +01:00
configuration-editing Update jsonc-parser 2017-01-26 11:31:23 +01:00
cpp Merge remote-tracking branch 'origin/master' into alex/tokenization 2017-01-05 12:31:43 +01:00
css [css] update languageservice (for #19173) 2017-01-26 11:40:23 +01:00
diff Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
docker Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
extension-editing Remove mocha.d.ts from extension projects that don't need it 2016-12-07 17:06:27 -08:00
fsharp [fsharp] Update grammar to ionide/ionide-fsgrammar@16d4cc8 (2017-01-17) 2017-01-19 10:55:18 +01:00
git add todo 2017-01-27 09:31:06 +01:00
gitsyntax git: enable languages syntax 2017-01-20 19:50:34 +01:00
go Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
groovy Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
handlebars Handlebars block expressions are not highlighted anymore. Fixes #18451 2017-01-23 11:23:46 +01:00
html [html] disable formatter for cshtml. Fixes #19206 2017-01-30 16:32:30 +01:00
ini Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
java Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
javascript Replace jade with pug. Fixes #18219 2017-01-30 21:59:59 +01:00
json [json] dynamically enable & disable formatter 2017-01-30 16:32:31 +01:00
less SCSS differences in coloring. Fixes #19289 2017-01-25 17:21:33 +01:00
lua Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
make Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
markdown Move markdown preview content provider to own file (#19592) 2017-01-30 12:36:43 -08:00
ms-vscode.node-debug update node-debug deps 2016-11-23 23:12:50 +01:00
ms-vscode.node-debug2 Take new node-debug2 version 2016-09-23 12:51:09 +02:00
objective-c Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
perl Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
php Fixes #19436: Add support to edit the php executable path as a non sharable workspace setting 2017-01-30 17:13:22 +01:00
powershell Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
pug Replace jade with pug. Fixes #18219 2017-01-30 21:59:59 +01:00
python Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
r Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
razor Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
ruby [themes] supertypes not colored in plus themes 2017-01-23 09:48:45 +01:00
rust [rust] update grammar 2017-01-30 14:11:25 +01:00
scss SCSS differences in coloring. Fixes #19289 2017-01-25 17:21:33 +01:00
shaderlab Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
shellscript Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
sql Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
swift Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
theme-abyss [themes] built-in themes adoptions to findings from vscode-textmate changes 2016-12-01 15:17:32 +01:00
theme-defaults SCSS differences in coloring. Fixes #19289 2017-01-25 17:21:33 +01:00
theme-kimbie-dark [themes] built-in themes adoptions to findings from vscode-textmate changes 2016-12-01 15:17:32 +01:00
theme-monokai [themes] built-in themes adoptions to findings from vscode-textmate changes 2016-12-01 15:17:32 +01:00
theme-monokai-dimmed [themes] built-in themes adoptions to findings from vscode-textmate changes 2016-12-01 15:17:32 +01:00
theme-quietlight fix quiet light theme for markdown 2016-06-14 15:01:58 +02:00
theme-red fix red theme for markdown 2016-06-14 15:01:58 +02:00
theme-seti New seti icon theme looks bad. Fixes #17252 2016-12-15 14:35:40 +01:00
theme-solarized-dark [themes] built-in themes adoptions to findings from vscode-textmate changes 2016-12-01 15:17:32 +01:00
theme-solarized-light [themes] built-in themes adoptions to findings from vscode-textmate changes 2016-12-01 15:17:32 +01:00
theme-tomorrow-night-blue [themes] built-in themes adoptions to findings from vscode-textmate changes 2016-12-01 15:17:32 +01:00
typescript New tsdk flow for 19 (#19602) 2017-01-30 16:33:20 -08:00
vb [vb] syntax highlighting for "End Property" and "End Class". Fixes #10481 2017-01-23 09:33:13 +01:00
vscode-api-tests optionally allow to specify selection at which to insert a snippet, #19116 2017-01-25 15:56:08 +01:00
vscode-colorize-tests enable integration tests again, cleanup a little of the ///-reference mess, #14059 2016-10-20 12:04:01 +02:00
xml Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
yaml Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
declares.d.ts Enable Strict Null Checks and Use Lib References in Markdown Extension (#16346) 2016-12-02 11:07:40 -08:00
lib.core.d.ts Fixes #11304: Update node.d.ts for extension to 4.x version to be in line with normal extension development 2016-08-31 12:28:21 +02:00
node.d.ts Fixes #11304: Update node.d.ts for extension to 4.x version to be in line with normal extension development 2016-08-31 12:28:21 +02:00
npm-shrinkwrap.json share TypeScipt node_module amongst extensions 2016-11-23 16:35:50 +01:00
package.json share TypeScipt node_module amongst extensions 2016-11-23 16:35:50 +01:00
postinstall.js share TypeScipt node_module amongst extensions 2016-11-23 16:35:50 +01:00