Commit graph

60454 commits

Author SHA1 Message Date
Daniel Imms 22cb8ccdac Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-05 11:59:57 -08:00
Jackson Kearl 2e68f2ae91
Better fix for #118235 2021-03-05 11:18:50 -08:00
rebornix 00d3831d0c fix #118248. 2021-03-05 11:09:49 -08:00
rebornix 59972ff745 fix build 2021-03-05 11:09:49 -08:00
rebornix 5144d66492 dedup ansi color rendering. 2021-03-05 11:09:49 -08:00
rebornix bba6d12ccb 💄 2021-03-05 11:09:49 -08:00
rebornix ff5da2ff17 DOM.show/hide. 2021-03-05 11:09:49 -08:00
rebornix d2e39d0ae0 use resize listener for all main frame outputs. 2021-03-05 11:09:49 -08:00
Jackson Kearl 32f7c1d93a
Don't assume uncompleted category exists
Fixes #118235
2021-03-05 11:07:04 -08:00
Daniel Imms ccb3601d55 Support term cli commands
This is a no-op in local so I've put everything into remote terminal
service and channel.
2021-03-05 11:03:46 -08:00
Megan Rogge af0ec1caa0
ctrl+c on ipad (#118243)
* fix #114009
2021-03-05 18:34:47 +00:00
Megan Rogge 6799395da0
Revert "fix #114009" (#118242)
This reverts commit f916e9f1ab.
2021-03-05 18:31:12 +00:00
Daniel Imms dfbc537463 Increase local grace time to a minute
This will give a little more time to reattach after a crash

Part of #118241
2021-03-05 10:22:02 -08:00
Daniel Imms fe24a792b0 Support attach to session in local
Fixes #118241
2021-03-05 10:18:59 -08:00
Megan Rogge f916e9f1ab
fix #114009 2021-03-05 10:10:33 -08:00
Daniel Imms df6b269170 Support orphaned processes 2021-03-05 09:53:56 -08:00
Daniel Imms e518e53365 Share IOffProcessTerminalService 2021-03-05 08:54:53 -08:00
Daniel Imms 0bcba0486b Make setTerminalLayoutInfo interface consistent 2021-03-05 08:50:52 -08:00
Daniel Imms 7703dff5fc Clean up, bring local remote interfaces closer 2021-03-05 08:49:35 -08:00
Martin Aeschlimann 92ad349125 fix typo in comment 2021-03-05 17:35:33 +01:00
Daniel Imms aadc16a237 Simplify channel comm 2021-03-05 08:31:43 -08:00
Johannes Rieken 230e0fdc9a
clean up, some ground work to support viewColumn, $acceptEditorPropertiesChanged must update all state before sending events, remove active notion from notebook editor 2021-03-05 17:22:06 +01:00
Johannes Rieken 9516844abf
use TS typle naming feature 2021-03-05 17:22:06 +01:00
Johannes Rieken 68a6f1c30e
look up editor by id, slimmer dtos 2021-03-05 17:22:05 +01:00
Alexandru Dima f7ff53d7b0
Remove _wrapWebWorkerExtHostInIframe 2021-03-05 17:10:00 +01:00
Daniel Imms 418b8248e4 Progress towards sharing local and remote term impl
Part of #116467
2021-03-05 08:02:50 -08:00
Alexandru Dima 25dc50c18e
Remove start-up timeouts 2021-03-05 16:59:10 +01:00
Alexandru Dima 978d1399f5
Fix compilation error 2021-03-05 16:54:14 +01:00
Alex Dima fca9c7f78f
Fixes microsoft/monaco-editor#2375 2021-03-05 16:54:08 +01:00
Alex Dima 5931e598b1
Fixes microsoft/monaco-editor#2344 2021-03-05 16:54:01 +01:00
Alex Dima 205ec8c5f2
Fixes microsoft/monaco-editor#2358 2021-03-05 16:53:54 +01:00
Alex Dima b2a0913ad2
Fixes microsoft/monaco-editor#2168 2021-03-05 16:53:47 +01:00
Alex Dima 9748b5f3c0
Fixes microsoft/monaco-editor#2359: Avoid syntax that confuses webpack less loader 2021-03-05 16:53:39 +01:00
Alex Dima 5c4663baad
Fixes microsoft/monaco-editor#2355 2021-03-05 16:53:32 +01:00
Alex Dima 60222b710d
Align MultiEditorAction with MultiCommand 2021-03-05 16:53:25 +01:00
Alex Dima 453e2793b2
Prefer using TS constant defining the context key 2021-03-05 16:53:18 +01:00
Benjamin Pasero 1260de1c10
sandbox - move workspace tags to sandbox 2021-03-05 16:15:10 +01:00
isidor 17212ee46f
#118199 2021-03-05 16:14:24 +01:00
Johannes Rieken c024db9f41
NotebookEditorSelectionChangeEvent should contain selection ranges, not cells 2021-03-05 15:41:56 +01:00
isidor 2e84eb9207
explorer tests: use strict equal 2021-03-05 15:41:14 +01:00
isidor 1e28c1ec7e
debug tests: use strict equal 2021-03-05 15:38:20 +01:00
isidor ef6d44f53a
debug console shouldn't collapse messages when they have different source locations
fixes #118210
2021-03-05 15:26:03 +01:00
Johannes Rieken 6e5e1e700b
api todos 2021-03-05 15:20:47 +01:00
Johannes Rieken 6117524374
make NotebookCellData and NotebookData classes, rename NotebookCellData#cellKind to NotebookCellData#kind 2021-03-05 15:17:55 +01:00
Johannes Rieken 86df444212
remove todos 2021-03-05 15:17:55 +01:00
Sandeep Somavarapu 3a21f7815c
Merge pull request #118125 from microsoft/sandy081/keybindingsEditor/adoptTable
Adopt to use new table widget
2021-03-05 15:09:55 +01:00
Sandeep Somavarapu 57aaafc72f Do not check for settings sync enablement while initializing in web 2021-03-05 15:09:39 +01:00
Sandeep Somavarapu d4b5298cd6 -add bg color to even child
- clean up
2021-03-05 14:53:04 +01:00
Johannes Rieken 997c9f2930
add showNotebookDocument overload or uri 2021-03-05 14:50:47 +01:00
Benjamin Pasero ae2f3e07e1
streams - add test for using error as data 2021-03-05 14:47:20 +01:00