Commit graph

78076 commits

Author SHA1 Message Date
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
Martin Aeschlimann
fead22bae4
bump distro 2021-03-05 13:48:28 +01:00
Christof Marti
eed8a79e81 Extract proxy agent support (#117054) 2021-03-05 13:35:44 +01:00
João Moreno
79096af475
use CSS for odd styling 2021-03-05 13:30:35 +01:00
isidor
223f4f820f
multi cursor: announce cursor changes
fixes #109918
2021-03-05 13:18:05 +01:00
Johannes Rieken
3b05017bb8
more 💄, more strict typings 2021-03-05 13:09:18 +01:00
Johannes Rieken
1d8493b203
💄 in mainThreadNotebooks, return types, more private, dispoable store, duplication removal, etc 2021-03-05 12:52:35 +01:00
Sandeep Somavarapu
81edf8b91a
Merge pull request #118071 from mtaran-google/main
Fix typo in IWorkbenchExtensioManagementService
2021-03-05 12:24:14 +01:00
Johannes Rieken
85c1a17b60
Merge IEditor and INotebookEditor, move editor things into notebook editor service 2021-03-05 12:17:21 +01:00
isidor
fc78583696
fixes #118006 2021-03-05 12:15:23 +01:00
Sandeep Somavarapu
39c1d68086 #62531 clean up 2021-03-05 11:25:19 +01:00
Johannes Rieken
2dfc39c694
Remove arrays#mergeSort because by now browsers support the refined sort spec which mandates sort to be stable.
See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility

@sandy081 @mjbvz @joaomoreno @aeschli I have made the adoption in your areas. Note that `mergeSort` did NOT operate "in place" whereas `sort` does so please do a quick double check for this (tho my confidence is high)
2021-03-05 11:08:46 +01:00
Johannes Rieken
587274078c
remove NotebookDocumentMetadata#displayOrder, https://github.com/microsoft/vscode/issues/117684 2021-03-05 10:33:58 +01:00
Johannes Rieken
3e8b0eb2d4
remove displayOrder from NotebookDocumentMetadata API, https://github.com/microsoft/vscode/issues/117684 2021-03-05 09:44:04 +01:00
Sandeep Somavarapu
afae25919a
Merge pull request #115351 from gjsjohnmurray/fix-62531
fix #62531 add negative text filtering to Problems
2021-03-05 09:42:12 +01:00
Benjamin Pasero
fa37b721d1
💄 2021-03-05 07:51:46 +01:00
Benjamin Pasero
ddb17dc128
💄 2021-03-05 07:50:30 +01:00
Benjamin Pasero
dbbf2b1688
shell env - introduce a service to resolve shell env as promise (#108804) 2021-03-05 07:47:53 +01:00
Connor Peet
bd2b229870
debug: update js-debug 2021-03-04 22:03:35 -08:00