Commit graph

69881 commits

Author SHA1 Message Date
Alex Ross
0de8d51904 Finalize task detail API
Fixes #69785
2020-08-27 11:08:48 +02:00
Johannes Rieken
0eb11e8f0c align names, https://github.com/microsoft/vscode/issues/105283 2020-08-27 10:47:13 +02:00
Benjamin Pasero
21dd836ddb macOS: detect high contrast theme (fix #105481) 2020-08-27 10:45:00 +02:00
Johannes Rieken
860a68747f WorkspaceEdit#replaceCells|CellOutput|CellMetadata, https://github.com/microsoft/vscode/issues/105283 2020-08-27 10:25:17 +02:00
Benjamin Pasero
f4d92fcb73 electron 9: adopt 'render-process-gone' event and show details 2020-08-27 10:24:50 +02:00
Eric Amodio
5a968d0235 Adds scmProviderRootUri context key 2020-08-27 01:17:14 -04:00
Rob Lourens
b58f4549b2 Implement notebook cell status bar item contributions
Fix #104958
2020-08-26 17:07:10 -07:00
Robo
6b90f4d6dc
chore: bump electron@9.2.1 (#105459)
Fixes https://github.com/microsoft/vscode/issues/104636
2020-08-26 16:55:03 -07:00
Matt Bierner
23fe7a39de Split extHost webview panels to own file 2020-08-26 16:46:26 -07:00
Matt Bierner
72cbf699d8 Split out main thread webview panels into own class/file 2020-08-26 16:46:26 -07:00
Matt Bierner
7e4ccf1676 Rename WebviewPanelHandle -> WebviewHandle 2020-08-26 16:46:25 -07:00
Matt Bierner
79d7a9569d Undoing exthost side of the webview serializer split 2020-08-26 16:46:25 -07:00
Matt Bierner
51ba70d426 Undo split of serializers into own main thread class
The serializers belong with the panels, not in their own class
2020-08-26 16:46:25 -07:00
Matt Bierner
4d88b39b7d Split up main thread webview services 2020-08-26 16:46:25 -07:00
Rachel Macfarlane
a6103e8faa Fix Buffer reference in browser for ms auth 2020-08-26 15:20:45 -07:00
rebornix
4f210e60ae allow metadata apply even if it does not trigger content change 2020-08-26 15:13:16 -07:00
Rob Lourens
1ace7f22a6 Fix run button/execution order labels when cell is collapsed 2020-08-26 14:50:18 -07:00
Rob Lourens
2872bf2525 Fix tests 2020-08-26 12:35:01 -07:00
rebornix
8c61dd2b91 allow editing of insert cell content. 2020-08-26 12:12:14 -07:00
rebornix
b08a4042ac support editing of cell content 2020-08-26 12:11:06 -07:00
Rob Lourens
b4147335d1 Add setting for cell statusbar visibility
#104772
2020-08-26 12:06:40 -07:00
Alexandru Dima
f59e0c1460
Merge pull request #105437 from microsoft/rmacfarlane/earlyAuth 2020-08-26 20:43:24 +02:00
Alex Dima
df5d0e588f
Rename ActivationKind.Eager to ActivationKind.Immediate 2020-08-26 20:18:10 +02:00
Alex Dima
27082f3dbb
Use an enum instead of a boolean to signal eager activation 2020-08-26 20:17:04 +02:00
rebornix
32f29cfdca transient outputs. 2020-08-26 10:51:46 -07:00
rebornix
e88c040df7 ignore transient metadata in diff editor. 2020-08-26 10:16:22 -07:00
rebornix
7c986e94f4 transient metadata 2020-08-26 10:16:22 -07:00
rebornix
1fe56130bd detached overflow widgets for diff editor. 2020-08-26 10:16:11 -07:00
Johannes Rieken
600d8a51cb tweak workspace edit dto and handling https://github.com/microsoft/vscode/issues/105283 2020-08-26 18:31:16 +02:00
Johannes Rieken
35ba71b741 add Revived-type for generic revive-function 2020-08-26 18:31:16 +02:00
Johannes Rieken
0a318b069f refine Dto-type 2020-08-26 18:31:16 +02:00
Connor Peet
88029a6643
debug: bump js-debug-companion 2020-08-26 09:26:07 -07:00
Alexandru Dima
d52f31e78d
Merge pull request #104646 from microsoft/ben/web-paste 2020-08-26 18:22:01 +02:00
Alex Dima
f9d74e9be9
Firefox does not support navigator.clipboard.readText() 2020-08-26 18:18:39 +02:00
Rachel Macfarlane
8871a28963 Make github-authentication a UI extension again 2020-08-26 09:01:42 -07:00
Sandeep Somavarapu
6be16f9a16 Fix #104496 2020-08-26 17:04:32 +02:00
Rob Lourens
3613fc981b Don't take over 'enter' in split json editor
Fix #105324
2020-08-26 07:57:31 -07:00
Alex Dima
9345bb7ab6
Separate the Paste implementation from the Cut & Copy one 2020-08-26 16:53:49 +02:00
Max Reynolds
f5b42dbccf
Update error messages 2020-08-26 07:51:54 -07:00
Johannes Rieken
196500f364 notebook cell edit 2020-08-26 16:45:43 +02:00
Alex Dima
353503a918
Execute the editor's paste handler when pasting 2020-08-26 16:33:07 +02:00
Benjamin Pasero
ec50253331 fuzzy scorer - fix another corner case for prefix matches 2020-08-26 16:06:12 +02:00
Daniel Imms
b2b71a8296 Sanity check lines[y] to fix exception
Fixes #105333
2020-08-26 06:50:45 -07:00
Benjamin Pasero
995302fd69
Load 'node-pty' async (fix #105345) (#105401)
* Load 'node-pty' async (fix #105345)

* Use import type to prevent accidentally code import

Co-authored-by: Daniel Imms <daimms@microsoft.com>
2020-08-26 15:45:58 +02:00
Benjamin Pasero
bb2e67f6d6
load tas-client async (fix #105343) (#105400)
* load tas-client async (fix #105343)

* use import type
2020-08-26 15:45:24 +02:00
Sandeep Somavarapu
c5fe5d7c1a open editors and pin 2020-08-26 15:05:23 +02:00
Sandeep Somavarapu
9225f89294 clean up 2020-08-26 15:05:23 +02:00
Benjamin Pasero
5f80fba373 fuzzy scorer - use prefix highlight positions if available 2020-08-26 14:47:48 +02:00
Ladislau Szomoru
bbb9784d8b PoliCheck 💄 2020-08-26 14:42:39 +02:00
Ladislau Szomoru
70da5e2710 PoliCheck 💄 2020-08-26 13:28:43 +02:00