59083 Commits

Author SHA1 Message Date
Sandeep Somavarapu
a60e5c12fb Merge branch 'sandy081/syncLocale' 2020-01-07 14:58:23 +01:00
isidor
b3cc42c2b4 debug: seperate breakpoints.test.ts into its own file 2020-01-07 14:46:53 +01:00
Sandeep Somavarapu
4fa0c5481a parse using jsonc parser 2020-01-07 13:48:34 +01:00
isidor
e5d2d68c90 debug: fix tests 2020-01-07 12:57:17 +01:00
isidor
edbe0c7173 debug unit tests: better check for breakpoint events 2020-01-07 12:49:21 +01:00
isidor
df419967a6 debug: unit tests 2020-01-07 12:22:39 +01:00
Sandeep Somavarapu
19c07c0c0e Fix #88132 2020-01-07 12:15:20 +01:00
Sandeep Somavarapu
3ab2c1b5aa Fix #88174 2020-01-07 11:54:53 +01:00
Benjamin Pasero
d59de94ba1 💄 2020-01-07 11:19:01 +01:00
Benjamin Pasero
9b6b25112e 💄 2020-01-07 11:10:01 +01:00
Benjamin Pasero
078b82d428 debt - rewrite layers checker to catch more cases 2020-01-07 11:04:05 +01:00
Andre Weinand
ee19568ac4 honor cancellationToken; fixes #88173 2020-01-07 10:54:51 +01:00
Sandeep Somavarapu
a4fbcf4267 Fix #88133 2020-01-07 10:48:54 +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
Johannes Rieken
806f1e5142
Merge pull request #88167 from jzyrobert/88125-reverse-action-order
#88125 Reverse action order in goToErrorWidget
2020-01-07 09:18:16 +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
Robert Jin
23d9f6bd37 #88125 Reverse action order in goToErrorWidget 2020-01-06 21:27:31 +00: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
Matt Bierner
af9dddd0fc Require second parameter for Map.set
Converts cover the was relying on the old signature to either use delete or have the correct types
2020-01-06 11:41:38 -08:00
Jackson Kearl
ab75933a8b Only start search on Ctrl+Shift+F if searchOnType is enabled. Fixes #88159. 2020-01-06 11:31:33 -08:00
Matt Bierner
21dc660542 Fix TS 3.8 formatting 2020-01-06 10:56:25 -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
Daniel Imms
1b17e36e72
Merge pull request #88098 from Olovan/master
Fix #84145 when toggling terminal pane
2020-01-06 10:48:57 -08:00
Daniel Imms
055541bd30
Merge branch 'master' into master 2020-01-06 10:38:34 -08:00
Matt Bierner
464ee368df Update build to use latest TS 3.8 nightly
We want more testing of the TS nightly bits
2020-01-06 10:15:38 -08:00
Matt Bierner
942753b777 Fix TS 3.8 dom.d.ts changes
`.color` is no longer nullable. Use an empty string instead of null
2020-01-06 10:13:10 -08:00
Benjamin Pasero
3f029e3cf3 debt - cleanup tsconfig.json 2020-01-06 18:55:01 +01:00
isidor
18bbf28f2c fixes #88146 2020-01-06 18:05:39 +01:00
Benjamin Pasero
d3147a5ac6 debt - fix some compile issues 2020-01-06 17:55:13 +01:00
Sandeep Somavarapu
e8da35fe13 Configure syncing ui state 2020-01-06 17:51:41 +01:00
Sandeep Somavarapu
bdc7a2913e merge master 2020-01-06 17:41:30 +01:00
Benjamin Pasero
67acfd62e1 Feedback: beak is off now with new icon it seems (fix #88138) 2020-01-06 16:55:30 +01:00
isidor
f24a908d4e callstack view: use dom.toggleClass 2020-01-06 16:54:23 +01:00
Isidor Nikolic
add344dd7e
Merge pull request #88078 from jeanp413/fix-87596
Fixes file drag and drop does not open the explorer pane
2020-01-06 16:34:55 +01:00
isidor
758890e0d2 debug: introduce some unit tests for getVisibleAndSorted 2020-01-06 16:25:51 +01:00
Alexandru Dima
67f9228713
bump version 2020-01-06 16:12:12 +01:00
Alexandru Dima
8349ba385a
Fixes microsoft/monaco-editor#1726: Use enum value as default for autoIndent 2020-01-06 16:11:42 +01:00
Sandeep Somavarapu
c3b939bfea Sync locale using global state 2020-01-06 16:03:40 +01:00
Johannes Rieken
1e10d52b5d show status bar message when save participants fail and link message to corresponding setting, #87449 2020-01-06 15:58:28 +01:00
Benjamin Pasero
c4192e9bd3 change active-editor to ${activeEditorLanguage} (for #78903) 2020-01-06 15:25:29 +01:00
Benjamin Pasero
2c92f67ec5 eslint - add a few more for no-restricted-globals rule 2020-01-06 15:16:17 +01:00
Alexandru Dima
5418a56423
Fixes microsoft/monaco-editor#1746: Add typings for all possible options, even the global ones 2020-01-06 13:34:15 +01:00
Johannes Rieken
36417c4482 add (unbound) openReference command that closes peek, #86880 2020-01-06 12:46:13 +01:00
Johannes Rieken
22523d595d remove duplicated commands via ContextKeyExpr.OR-usage 2020-01-06 12:42:46 +01:00
Benjamin Pasero
bd1042c160 lint - use single quotes 2020-01-06 12:27:38 +01:00
Benjamin Pasero
68474b90a7 fix output link detector for overlapping paths (fix #88121) 2020-01-06 12:09:04 +01:00
Johannes Rieken
54462828cc fix #87987 2020-01-06 12:02:39 +01:00
Benjamin Pasero
9978a6ae5e output - 💄 modernize 2020-01-06 11:45:25 +01:00