Benjamin Pasero
7c8b0844ec
fix #87330
2020-01-14 10:48:10 +01:00
Martin Aeschlimann
a5f90a5685
polish html sem highlighting
2020-01-13 21:07:00 +01:00
Martin Aeschlimann
ae8fee7ba8
finish test
2020-01-13 17:51:11 +01:00
Martin Aeschlimann
517e4391c2
readonly semantic highlighting
2020-01-13 17:51:11 +01:00
Joao Moreno
420fa18924
💄
2020-01-13 15:54:10 +01:00
João Moreno
99d2801fa5
Merge branch 'master' into fix-gitfs-stat
2020-01-13 15:31:00 +01:00
Matt Bierner
a0328d26ac
Add 'vscode.reopenWith' API command
...
Fixes #88426
Add an api command that allows extensions to open/reopen a file with a specific we custom editor. Use this to allow re-opening a failed to load image as text/binary
For #77131
2020-01-10 14:25:21 -08:00
Matt Bierner
5c71a0b18b
Update js/ts grammar
2020-01-10 14:25:21 -08:00
Martin Aeschlimann
adb6281d0a
fix html tests
2020-01-10 16:38:36 +01:00
Martin Aeschlimann
f1f652ccc1
polish html-js sem highlighting
2020-01-10 15:39:42 +01:00
Martin Aeschlimann
db581614ab
Error while computing semantic tokens. Fixes #88366
2020-01-10 15:19:05 +01:00
deepak1556
358b1ab5af
skip webview tests for https://github.com/microsoft/vscode/issues/88415
2020-01-10 16:38:59 +05:30
Matt Bierner
c8123dee96
Fix webviews for electron 7
...
Caused by #83796
Also re-enables the webview tests
2020-01-09 15:06:11 -08:00
Matt Bierner
ad97bd7493
Exclude tsconfig files under dot file directories
...
Fixes #88328
2020-01-09 14:25:39 -08:00
Robo
4c7431ca8d
chore: Upgrade to electron 7.x ( #83796 )
...
* chore: bump electron@7.0.0
* chore: update api
* chore: Bump electron@7.0.1
* chore: bump electron@7.1.0
* chore: Bump electron@7.1.1
* chore: Bump electron@7.1.2
* FIXME: Skip webview tests that have improper shutdown path
* chore: Bump electron@7.1.3
* bump electron@7.1.5
* debug test failures
* chore: bump electron@7.1.7
* skip test for https://github.com/microsoft/vscode/issues/87330
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2020-01-09 19:16:52 +05:30
Pine Wu
6e17ea9494
Update emmet helper
2020-01-09 10:40:50 +01:00
Alex Ross
acb595b158
Exclude .vscode-test folder from npm task detection
...
Part of #88328
2020-01-09 10:36:44 +01:00
Martin Aeschlimann
e9bb8b306c
do not autoclose quotes when in strings. Fixes #88265
2020-01-09 10:34:43 +01:00
Matt Bierner
fc65a7c41b
Update logging of updateGraph to match TS protocol changes
...
For #88313
Also log updateGraph on `completions.execute` instead of as its own event
2020-01-08 16:57:26 -08:00
Matt Bierner
ce5ffc76c0
Fix type
2020-01-08 16:47:10 -08:00
Matt Bierner
e7b44e70e9
Dont' use default export for TelemetryReporter
...
We are also exproting other values/types, so use a named export instead
2020-01-08 16:36:31 -08:00
Matt Bierner
7c6897aca0
Report updateGraph performance Telemetry from the TypeScript server
...
Fixes #88313
2020-01-08 16:34:21 -08:00
Ron Buckton
71b60d0d22
Add call hierarchy support for TypeScript 3.8 ( #88168 )
...
* Add call hierarchy support for TypeScript 3.8
* Add version dependent registration for call hierarchy provider
* Revert TS version, PR feedback
2020-01-08 14:35:44 -08:00
Martin Aeschlimann
7b4a6961d9
Merge branch 'master' into aeschli/ts-in-html
2020-01-08 11:35:57 +01:00
Martin Aeschlimann
a6eac1f182
only map when necessary
2020-01-08 11:14:31 +01:00
Martin Aeschlimann
c1f573b050
more tests
2020-01-08 10:32:41 +01:00
Matt Bierner
80ccf6fd9d
Make sure we always explicitly reset pendingGetErr
...
#88209
2020-01-07 16:14:54 -08:00
Matt Bierner
f0336455ed
Adding documentation.refactor proposed contribution point
...
For #86788
2020-01-07 16:14:54 -08:00
Martin Aeschlimann
8f08c2ffa7
more tests
2020-01-07 22:21:03 +01:00
Martin Aeschlimann
f24b58c186
ts sem tokens in html
2020-01-07 17:54:47 +01:00
Siberian Cat
db0c41c1da
Roblox XML file syntax highlight support ( #87755 )
...
Co-authored-by: Alex Ross <alros@microsoft.com>
2020-01-07 09:55:37 +01:00
Matt Bierner
629a08ed62
When generating a tsconfig with checkJs, make sure we also set allowJs
...
For #87972
2020-01-06 15:35:41 -08:00
Matt Bierner
f105af6007
Set sourceMap: true in default tsconfig
...
For #87972
2020-01-06 15:35:41 -08:00
Andrew Liu
81fb34c445
fix parsed JSDoc author tag ( #80898 )
...
* fix parsed JSDoc author tag
* fix author tag
2020-01-06 11:53:13 -08:00
Matt Bierner
9536692355
Update js/ts grammars
2020-01-06 11:44:57 -08:00
Daniel Imms
57c4500da1
Merge pull request #87999 from microsoft/tyriar/85257
...
Flush all buffered data events on terminal close
2020-01-06 10:50:05 -08:00
Benjamin Pasero
c4192e9bd3
change active-editor to ${activeEditorLanguage} (for #78903 )
2020-01-06 15:25:29 +01:00
Benjamin Pasero
0fd2883856
Allow to configure "files.defaultLanguage" to use current language ( fix #78903 )
2020-01-06 10:21:05 +01:00
Johannes Rieken
df48af1684
fix #88000
2020-01-03 16:27:14 +01:00
Johannes Rieken
09ee89ca87
remove more unused tslint directives
2020-01-03 08:14:23 +01:00
Johannes Rieken
12eb715644
(re)enable no-extra-semi rule
2020-01-02 21:12:03 +01:00
Johannes Rieken
84013e2ef0
fix double quote issues
2020-01-02 20:31:00 +01:00
Johannes Rieken
f80a6f9b96
update rule-disablements (eslint-disable for tslint-disable)
2020-01-02 20:28:59 +01:00
Johannes Rieken
856d085279
run "eslint --fix" to get some changes for free
2020-01-02 20:14:09 +01:00
Daniel Imms
027d7caec5
Flush all buffered data events on terminal close
...
Fixes #85257
2020-01-02 08:41:08 -08:00
Johannes Rieken
75115f1003
Merge pull request #87709 from Ikuyadeu/vat2const
...
Replace 'declare var' with 'declare const'
2019-12-31 10:44:17 +01:00
Johannes Rieken
f01f7ebe93
fix some (future) linting issues
2019-12-31 09:54:04 +01:00
Rob Lourens
6edd69eaf5
Fix #87343
2019-12-30 11:13:04 -08:00
Johannes Rieken
ccd38490b2
use const instead of var
2019-12-30 10:52:27 +01:00
Jonathan Carter
780d875d6f
Remove scheme restriction for Markdown/Emmet language features ( #87541 )
...
* Remove scheme restriction for Markdown/Emmet
* Explicitly marking scheme support
2019-12-29 17:11:38 -07:00