Commit graph

43594 commits

Author SHA1 Message Date
Daniel Imms bf15510776
Merge pull request #60111 from g-arjones/fix_terminal_process_id
Fix #59635
2018-12-13 10:04:44 -08:00
Daniel Imms e6254db320 Recreate pid promise when reusing terminals 2018-12-13 10:02:17 -08:00
Daniel Imms 461bf7207b Merge remote-tracking branch 'origin/master' into pr/g-arjones/60111 2018-12-13 09:33:42 -08:00
Daniel Imms 2425e594f0 Fix strict null checks 2018-12-13 09:12:00 -08:00
Daniel Imms dfc984fb46
Merge pull request #60221 from josephduchesne/fixes-58159-terminal-vanishing-on-font-resize
Fixed #58159 by triggering a layout refresh to work around xtermjs bug…
2018-12-13 08:26:59 -08:00
Daniel Imms ca17f978b0 Merge remote-tracking branch 'origin/master' into pr/josephduchesne/60221 2018-12-13 08:22:27 -08:00
Rob Lourens 73d7889cbe Allow new tree navigator to start from element 2018-12-13 08:21:54 -08:00
Daniel Imms e7102b1824 Send terminal name with id when it's ready
Fixes #64390
2018-12-13 08:07:55 -08:00
Daniel Imms 6c75cded7d Make sure onDidChangeActiveTerminal fires not just by focus
Part of #64390
2018-12-13 07:38:22 -08:00
Joao Moreno a684fe7ee1 screencast mode 2018-12-13 15:42:26 +01:00
Sandeep Somavarapu ae49b191ef #64755 Strict null check for ExtensionGalleryService 2018-12-13 15:35:28 +01:00
Sandeep Somavarapu 79af906199 #64755 Strict null check extension management service 2018-12-13 15:35:28 +01:00
Dirk Baeumer 51f7beb40c Fixes #64918: Remove old task conversion code 2018-12-13 14:45:51 +01:00
Johannes Rieken 3e2dd46201 debt - more strict null checks 2018-12-13 14:14:47 +01:00
Alex Dima 203399b9c2 Commit monaco.d.ts 2018-12-13 13:43:00 +01:00
Alex Dima e2a42ca321 Change extension point registration to use a descriptor object 2018-12-13 13:39:39 +01:00
Alex Dima aa2b715832 Make the languages extension point dynamic 2018-12-13 13:39:39 +01:00
Johannes Rieken c1be67d1b8 don't profile extension host when its paused 2018-12-13 12:40:48 +01:00
Johannes Rieken da66424671 update v8-inspect-profiler 2018-12-13 12:39:09 +01:00
Johannes Rieken ee9e463e60 fix strict null errors 2018-12-13 11:52:05 +01:00
Johannes Rieken c6c7edaa9f debt - asThenable -> asPromise because it returns a promise 2018-12-13 11:45:48 +01:00
Johannes Rieken 71ccf693d6 allow Thenable also in monaco api 2018-12-13 11:44:44 +01:00
Johannes Rieken 653280d133 debt - Thenable -> Promise 2018-12-13 11:31:54 +01:00
Alex Dima 29dd4e77de Keep track of activating extensions 2018-12-13 11:22:26 +01:00
Joao Moreno 6531f258ac Developer: Toggle Mouse Clicks 2018-12-13 11:17:20 +01:00
Alex Ross 4631da5092
Reuse terminal operations ordering (#64866)
Fixes #64865
2018-12-13 11:03:52 +01:00
Danny Tuppeny 3e560c1b1e Fix typo: "accepeted" => "accepted" (#64976) 2018-12-13 10:35:57 +01:00
Johannes Rieken 11fb2c1389 remove winjs-promise - fixes #53526 2018-12-13 10:28:26 +01:00
Johannes Rieken a99079f13a remove winjs-based polyfill promse #53526 2018-12-13 10:14:42 +01:00
Johannes Rieken 33349fa582 add smaller promise-polyfill for IE11 - #53526 2018-12-13 10:07:56 +01:00
Benjamin Pasero 27a9cc32bc update distro 2018-12-13 09:18:54 +01:00
Christof Marti b0b8cf8655 Update distro hash 2018-12-13 07:57:23 +01:00
Rob Lourens 7ab53e6d1c Fix #64545 2018-12-12 21:06:02 -08:00
Matt Bierner 5dc52f0617 Extract getCodeLensLabel 2018-12-12 18:07:37 -08:00
Matt Bierner c36794253c Update css features engines version
The current version generates a warning in our build
2018-12-12 18:07:37 -08:00
Rob Lourens d6a715e871 Fix #64932 - open settings.json in a simple editor, instead of the split JSON UI 2018-12-12 17:25:00 -08:00
Matt Bierner 86616eb7e2 Strict null checks 2018-12-12 17:02:21 -08:00
Matt Bierner 878b8ed72d Strict null checks 2018-12-12 16:59:21 -08:00
Matt Bierner be18b0c57f Strict null check files.ts 2018-12-12 16:47:14 -08:00
SteVen Batten 5134daa8d0 restore focus when context menu is canceled
fixes #62008
2018-12-12 16:30:20 -08:00
Matt Bierner 952faa486a Strict null checks 2018-12-12 16:29:47 -08:00
Matt Bierner 3ec0cb435f Allow using language aliases for markdown code blocks in release notes
Fixes #64929
2018-12-12 16:29:47 -08:00
Rob Lourens 36546fef79
Merge pull request #64267 from cleidigh/selectbox-decorator/add
Selectbox: Add decoratorRight parameter - Default indicator for settingsEditor. Addresses: #58724
2018-12-12 16:29:30 -08:00
SteVen Batten 2025198e44 move modifier key listeners to capture phase
fixes #63084
2018-12-12 16:05:49 -08:00
SteVen Batten fcaa589485 fixes #63575 2018-12-12 15:54:54 -08:00
Matt Bierner 54386cc1f4 Fix word pattern
Too much escaping :0
2018-12-12 15:30:49 -08:00
Matt Bierner 66e07e14a4 Fix regexp 2018-12-12 15:18:46 -08:00
SteVen Batten 6c5e4b3d45 resolves #64817 2018-12-12 15:15:59 -08:00
Matt Bierner 0e5cd644e3 Remove TPromise from webview
Fixes #64597

Fixes potential race around sending message to webview content. Make sure we queue up message sent before the webview the content is ready
2018-12-12 15:03:55 -08:00
Matt Bierner d60b7f7a14 Strict null auto add 2018-12-12 14:13:14 -08:00