Commit graph

59077 commits

Author SHA1 Message Date
Martin Aeschlimann c1f573b050 more tests 2020-01-08 10:32:41 +01: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
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
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
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
Benjamin Pasero 7645002c21 editors - first open editor before activating group
Previously we would fire a wrong active-editor-change-event when more than one group is opened and the user clicks into an inactive editor of the inactive group because we would first activate the group and then open the editor.
2020-01-06 11:17:14 +01:00
Benjamin Pasero 5410d71fb4 💄 file service errors 2020-01-06 11:15:31 +01:00
Benjamin Pasero 9349e9a2fd build - try to fix eslint compile issue in builds folder 2020-01-06 10:59:05 +01:00
Alex Ross df6adac482 Candidate port detail shouldn't be the whole long command
Fixes #88059
2020-01-06 10:57:44 +01:00
Alex Ross dccd0b23cc Fix localAddressPort in openTunnel
Fixes #88064
2020-01-06 10:48:22 +01:00