Commit Graph

78044 Commits

Author SHA1 Message Date
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
Miguel Solorio
c2e3a4cdc6 Update distro 2021-03-05 10:41:27 -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
Megan Rogge
f916e9f1ab fix #114009 2021-03-05 10:10:33 -08:00
Oleg Demchenko
48be13acf8 Check if VSCode runs serverless (#118233)
In situations when VSCode runs as remote or serverless we should attempt
authentication flow without a local server.
2021-03-05 09:08:36 -08:00
Martin Aeschlimann
92ad349125 fix typo in comment 2021-03-05 17:35:33 +01: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
Alexandru Dima
25dc50c18e Remove start-up timeouts 2021-03-05 16:59:10 +01:00
Alexandru Dima
49b5e3ba0a bump version 2021-03-05 16:54:23 +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
Sandeep Somavarapu
04770364fd #118222 skip failed test 2021-03-05 16:24:57 +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
Sandeep Somavarapu
1a9df6127c fix smoke tests 2021-03-05 15:27:03 +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
Benjamin Pasero
be70750f86 comment 💄 2021-03-05 14:38:37 +01:00
Benjamin Pasero
b65719bfa2 streams - require explicit end() after error() and remove error support from end() 2021-03-05 14:32:08 +01:00
Johannes Rieken
188e6aac85 stop the code bunny, reuse the createAndFillInContextMenuActions-util, fyi @sandy081 @rebornix 2021-03-05 14:28:43 +01:00
Johannes Rieken
7386525c68 remove one more occurence of '1_run' 2021-03-05 14:04:51 +01:00
Sandeep Somavarapu
bc62648b05 Revert "Remove authentication provider package.json declaration"
This reverts commit 811dc8d45a.
2021-03-05 14:02:57 +01:00