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
Matt Bierner
16944f3c4a
Merge pull request #72553 from tony-xia/makeRandomHexString
...
Update makeRandomHexString() to remove duplicate character
2019-04-22 10:57:16 -07:00
Tony Xia
697c8901a9
Update makeRandomHexString() to remove duplicate character
2019-04-18 23:20:45 +10:00
Tony Xia
941b4a9f79
Langauges -> Languages
2019-04-18 23:09:11 +10:00
Benjamin Pasero
053a32e2bb
tests updates
2019-04-18 07:43:44 +02:00
Daniel Imms
68b2b6d4eb
Revert "disable failing tests ( #72465 )
...
This reverts commit 5ac6601ab8 .
2019-04-17 11:15:35 -07:00
Benjamin Pasero
c72cfe0c65
Provide API to get access to the workspace configuration file ( #37421 ) ( #72490 )
...
* Provide API to get access to the workspace configuration file (#37421 )
* fix untitled ID
* update docs
2019-04-17 14:24:10 +02:00
Alex Ross
7f0f3e4bbb
Get latest cpp grammar updates
2019-04-17 09:32:19 +02:00
Benjamin Pasero
5ac6601ab8
disable failing tests ( #72465 )
2019-04-17 08:43:54 +02:00
Alex Ross
48eb3ba4a0
Update cpp grammar and make small themes change
2019-04-16 17:52:21 +02:00
Alexandr Fadeev
6b7c8f3d77
Makefile test case about the bug fix with "@,-,+" colorizing in the recipe ( #72265 )
...
Bug: regex [@-+] means "from @ to +", so "." and "\" was also colorized.
Bug is fixed in make.tmbundle, test case is added to vscode.
Update make grammar
2019-04-16 11:41:37 +02:00
Matt Bierner
5ae3178c1d
Mark markdown as a ui extension
2019-04-15 15:28:03 -07:00
Martin Aeschlimann
d3c8ff7188
Merge pull request #72211 from tony-xia/strict-equality
...
Use strict equality in darkenColor()
2019-04-15 16:44:59 +02:00
Martin Aeschlimann
4be2b91873
Merge pull request #72269 from ljmf00/monokai-tabs-patch
...
theme-monokai: fix tabs indentation
2019-04-15 15:58:27 +02:00
Rob Lourens
3d67364fbf
Merge pull request #72236 from mattacosta/refresh-php-docs
...
Refresh PHP documentation.
2019-04-14 16:33:54 +00:00
Luís Ferreira
88fca8d6a6
theme-monokai: fix tabs indentation
...
Signed-off-by: Luís Ferreira <contact@lsferreira.net >
2019-04-13 23:11:30 +01:00
Matt Bierner
e78a0ab37f
Open TS Server logs in editor if possible
...
In most cases, were are only interested in the tsserver.log file, not the additional typings installer logs
2019-04-12 17:24:22 -07:00
Matt Bierner
cad3862663
Also include returned result count in completions telemetry
2019-04-12 14:43:14 -07:00
Matt Bierner
312b09cc6b
extract setContent
2019-04-12 14:43:14 -07:00
Matt Bierner
74103c4c8d
Don't change preview when click fails but do show an alert
2019-04-12 14:43:14 -07:00