8223 Commits

Author SHA1 Message Date
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
Yuki Ueda
3f6ca94279 replace 'declare var' with 'declare const' 2019-12-26 17:12:23 +09:00
Matt Bierner
c0c4eb6a51 Always use same range for jsdoc completions
For #87091

JSdoc completions do not have different behavior for replace vs insert
2019-12-20 11:55:46 -08:00
Martin Aeschlimann
18bab626b9 [html] issues caused by HTML grammar associating '<' with JS. Fixes #86998 2019-12-20 16:27:22 +01:00
Alex Ross
de5df4820f Try out new go grammar
Fixes #82549
2019-12-20 15:29:43 +01:00
Alex Ross
a2c591f8ca Allow relative paths for python firstLine detection
Fixes #87214
2019-12-20 09:46:22 +01:00
Martin Aeschlimann
32230fd7c3 more tests 2019-12-18 22:29:46 +01:00
Martin Aeschlimann
43394dee80 more tests 2019-12-18 22:29:46 +01:00
Martin Aeschlimann
8bbe5ce092 tests 2019-12-18 22:29:46 +01:00
Martin Aeschlimann
2ca09d93aa visit ast 2019-12-18 22:29:46 +01:00
Martin Aeschlimann
e53c9568f3 refactor 2019-12-18 22:29:46 +01:00
Martin Aeschlimann
eb7ea2c435 [html] use languageModes for language types 2019-12-18 22:29:46 +01:00
Martin Aeschlimann
f07fae16be extract js semantic tokens 2019-12-18 22:29:46 +01:00
Martin Aeschlimann
d6aa8f540d fixes 2019-12-18 22:29:46 +01:00
Martin Aeschlimann
03e79666c7 sem highlighting in HTML 2019-12-18 22:29:46 +01:00
Martin Aeschlimann
42c54bd559 get legend 2019-12-18 22:29:45 +01:00
Martin Aeschlimann
b58c6fafad [html] add semantic highlight 2019-12-18 22:29:45 +01:00
Matt Bierner
4636be2b71 Remove grep for ts tests 2019-12-17 16:50:36 -08:00
Pine Wu
eb0ca2626b Fix #86844 2019-12-17 15:16:35 -08:00
Pine
ac6f37e8b7
Merge pull request #86986 from mrahhal/mirror-cursor-selection-fix
Fix mirror cursor selection
2019-12-17 15:10:51 -08:00
Matt Bierner
609a88d3e3 Update js/ts grammar 2019-12-17 15:04:11 -08:00
Pine Wu
6debd159df Add comment and improve mirror cursor exit logic 2019-12-17 11:43:19 -08:00
Simon Siefke
043da28dda fix: typescript completion item kind for local function (#87182) 2019-12-17 11:03:00 -08:00
Alex Ross
f837c3e54f
Add tasks to user configuration (#81496)
Part of #1435
2019-12-17 15:39:57 +01:00
Alex Ross
7a374c3d13 Handle stat.type correctly in typescript features extension
#85753
2019-12-17 11:58:28 +00:00
Matt Bierner
8e475f9b24
Implement draft 2 from #86802 (#87117) 2019-12-16 14:18:58 -08:00
Mohammad Rahhal
e01bc49c57 Exit mirror cursor mode when there's a none-empty selection in an unmmatched state 2019-12-14 16:26:47 +02:00
Mohammad Rahhal
2d3c754f71 Fix typos 2019-12-14 13:45:22 +02:00
Jackson Kearl
fc80326401 Add better description to search result editor readme. 2019-12-13 17:11:06 -08:00
Pine Wu
23d234d919 Fix #86941 2019-12-13 15:00:38 -08:00
Jackson Kearl
76dfc8d544 Clean up search editor rerun actions 2019-12-12 18:01:47 -08:00