Commit graph

7058 commits

Author SHA1 Message Date
Christof Marti
8076181795 Machine specific settings in devcontainer.json (fixes microsoft/vscode-remote-release#409) 2019-05-22 17:22:17 +02:00
Daniel Imms
573db67461
Merge pull request #74076 from hwhung0111/Fix-couple-typos
Fix couple typos
2019-05-22 07:44:07 -07:00
Martin Aeschlimann
90cfe12a63 Add vscode-test-resolver 2019-05-22 16:41:26 +02:00
Christof Marti
a7c7bdd32a Add workspaceMount option (fixes microsoft/vscode-remote-release#41) 2019-05-22 09:41:43 +00:00
Christof Marti
80ec2bf29b Add workspaceFolder for single container (fixes microsoft/vscode-remote-release#101) 2019-05-22 11:05:40 +02:00
Howard Hung
0ddd999172 Fix typo: showSecutitySelectorForResource -> showSecuritySelectorForResource 2019-05-22 01:25:59 +08:00
Howard Hung
4582ec149c Fix typo: assigments -> assignments 2019-05-22 01:23:12 +08:00
Alex Ross
5a97b520c9 Add devContainer schema+validation 2019-05-21 14:21:42 +02:00
Khaja Nizamuddin
36e7f1871a Normalize tsconfig path (#73001)
Fixes #68812
2019-05-21 04:01:54 -07:00
Dan McCarthy
728c6a68ba Allow multi-line comment auto-closing for C++ files
Fixes #72801
2019-05-21 03:35:13 -07:00
Alex Ross
b8b79709b7 Update C++ grammar to fix freeze 2019-05-21 11:19:36 +02:00
Matt Bierner
ada4bddb8e Change documentation for TS importModuleSpecifier.auto
Fixes #52485

Based on code in d53efdf380/src/compiler/moduleSpecifiers.ts (L139)
2019-05-17 18:14:40 -07:00
Matt Bierner
b1aad4b755 Supress potential null errors related to updated @types/node 2019-05-17 16:14:49 -07:00
Matt Bierner
12cf3eb0f8 Pick up latest TS@next 2019-05-17 13:39:55 -07:00
Logan Ramos
ca9887459b
Delete vscode-typescript upon close of VS Code (#73801)
* Cleans up vs-typescript temp directoy upon VS code close

* Fixed typing errors preventing build from succeeding

* Moved deletion to the deactivate method. Added folders per extension host

* Removed yarn watch script used in testing
2019-05-17 18:55:31 +00:00
Matt Bierner
9bd21e3f2b Pick up latest ts@next 2019-05-16 10:38:29 -07:00
Matt Bierner
a65adc6fda Use vscode.d.ts we ship instead of version from vscode package 2019-05-16 10:38:29 -07:00
Alex Ross
45db52ba6b Update grammars 2019-05-16 10:17:43 -07:00
Matt Bierner
9e4b65600d Pick up TS 3.5@next 2019-05-14 11:26:32 -07:00
Matt Bierner
fd1ac7561b Fix TS 3.5 compile errors
Fixing errors related to https://github.com/microsoft/TypeScript/issues/31380
2019-05-13 18:00:52 -07:00
Benjamin Pasero
60ec264eab Merge branch 'master' into ben/hot-exit 2019-05-12 05:51:25 -07:00
Matt Bierner
fb0d5150d9
Merge pull request #73049 from mjbvz/markdown-check-pending
Double check pending markdown version before updating preview
2019-05-10 16:26:26 -07:00
Matt Bierner
60cd4bd73b
Merge pull request #73132 from hwhung0111/Fix
Fix two typos
2019-05-10 16:25:49 -07:00
Matt Bierner
8dfa96edb0 Update js/ts grammar 2019-05-10 15:43:38 -07:00
Martin Aeschlimann
8099c01477
Merge pull request #73273 from SamB/json-features-CONTRIBUTING-fixes
json-language-features/CONTRIBUTING.md fixes
2019-05-07 11:30:56 +02:00
Martin Aeschlimann
8c6f32ca00 update json service 2019-05-06 17:50:28 +02:00
Martin Aeschlimann
988b197b91 update html service 2019-05-06 17:50:05 +02:00
Martin Aeschlimann
9c89613ed5
Merge pull request #73266 from Microsoft/misolori/remote-colors-default
Update remote background defaults
2019-05-06 12:30:19 +02:00
Martin Aeschlimann
ad8d0c203c
Merge pull request #73231 from whittlec/qsh
Add 'qsh' as a valid shellscript firstline
2019-05-06 12:08:17 +02:00
Benjamin Pasero
6ce6d6d1c5 add integration test for #66338 2019-05-06 11:21:06 +02:00
Samuel Bronson
1661bf4fa3 json-language-features/CONTRIBUTING.md fixes
In particular, mention npm and yarn as appropriate.
Some of the mentions had apparently been inadvertantly switched???
2019-05-04 00:43:46 -04:00
Miguel Solorio
1d6956c37c Update remote background defaults 2019-05-03 20:11:20 -07:00
Rachel Macfarlane
a5455afcef
Add DirtyWorkTree git error matching to git exec (#73108) 2019-05-03 14:04:27 -07:00
kieferrm
c87ce98c9c fix gdpr annotation 2019-05-01 17:24:00 +00:00
Howard Hung
778b92f459 Fix typo in functionCallSnippet.test.ts 2019-05-01 23:35:02 +08:00
Martin Aeschlimann
34bb5d5891 adopt remote color names 2019-04-30 09:14:47 +02:00
Matt Bierner
4470b868a3 Check pending version before updating markdown preview content
For #72671
2019-04-29 13:49:36 -07:00
William Whittle
6764b4c70a Add 'qsh' as a valid shellscript firstline
This is the shell on IBM i
2019-04-26 13:45:36 +01:00
Miguel Solorio
338f19a4a5 Also update additional HC theme 2019-04-26 00:04:25 -07:00
Miguel Solorio
a66945d1c5 Use alternate color for Monako theme for statusBarItem.hostBackground 2019-04-25 23:59:25 -07:00
Miguel Solorio
6dbfe3f028 Update high contrast theme to hide statusBarItem.hostBackground 2019-04-25 23:59:02 -07:00
Miguel Solorio
3714d64a00 Add theme support for statusBarItem.hostBackground 2019-04-25 20:51:29 -07:00
Alex Ross
db7cb13e06 Update C++ grammar to get recent fixes 2019-04-25 11:20:23 +02:00
Matt Bierner
017a497259 spell 2019-04-24 11:01:35 -07:00
Matt Bierner
b7f20a8b51 Update js/ts grammar 2019-04-23 13:52:06 -07:00
Matt Bierner
24ff03f627 Pick up ts 3.4.5 2019-04-23 10:50:51 -07:00
Matt Bierner
6b2daa3388 Revert marking markdown extension with explicit kind 2019-04-22 21:05:16 -07:00
Matt Bierner
f56b18a9f7 Pass validateDefaultNpmLocation to ts 3.4.4
https://github.com/Microsoft/TypeScript/pull/30910/
2019-04-22 11:44:16 -07:00
Matt Bierner
ac8f6b0406 Pick up TS 3.4.4 2019-04-22 11:44:16 -07:00
Matt Bierner
a538f095af Organize imports should interupt geterr
UI operations like organize imports have higher priority than geterr
2019-04-22 11:44:16 -07:00