Commit graph

83841 commits

Author SHA1 Message Date
Matt Bierner 57d5c9dd0f
Switch back to repeated contribution
Fixes #125652

When clause using `||` doesn't seem to work here
2021-06-16 14:26:23 -07:00
Matt Bierner 9d626f12e8
Split MarkdownString out of MarkedString
`MarkedString` is deprecated so it's a little confusing that we still use the type in a few places. Instead split out the non-deprecated `MarkdownString` type
2021-06-16 14:26:18 -07:00
Miguel Solorio 8c8c9bed36 Fix settings toc focus state icon (Refs #126527) 2021-06-16 13:48:33 -07:00
Miguel Solorio c1fb82fdbb Settings gear invisible on light theme (Fixes #126527) 2021-06-16 13:39:41 -07:00
Miguel Solorio 5088943261 Invisible codicons on selected cell (Fixes #126514) 2021-06-16 13:30:56 -07:00
Raymond Zhao fdb1a74061
Settings editor: Change Cancel button to secondary 2021-06-16 12:15:55 -07:00
Rob Lourens fcf6cec4f9 Add "show cell breakpoint margin" command 2021-06-16 12:03:32 -07:00
Rob Lourens 0297ae8de1 Focus new cell editor when inserting
Fix #126441
2021-06-16 11:06:07 -07:00
meganrogge 0a9d3f6366
fix #126469 2021-06-16 09:27:00 -07:00
Jackson Kearl 921ca6e9f4
Update commands.json 2021-06-16 09:18:22 -07:00
Benjamin Pasero 6cd2784c46
shell env - dispose in finally 2021-06-16 18:12:49 +02:00
Martin Aeschlimann fe850fbb57
Custom tooltip on the remote indicator. Fixes #126494 2021-06-16 17:47:57 +02:00
Martin Aeschlimann 99f4201e20
test resolver: simplify pause/unpause 2021-06-16 17:47:56 +02:00
Daniel Imms 4f4d12148f
Merge pull request #126482 from microsoft/tyriar/editor_dnd
Support editor -> terminal view dnd
2021-06-16 06:59:57 -07:00
Daniel Imms aff698dd9b Ensure TerminalEditor cannot access already detached instances 2021-06-16 06:59:14 -07:00
Alex Ross 9ff2a82aa6
Check port auto forward setting after waiting 2021-06-16 15:47:41 +02:00
Daniel Imms 733edc9249 Support editor -> terminal view dnd
Part of #126251
2021-06-16 06:39:03 -07:00
Benjamin Pasero f4fe15ac91
shell env - kill child process after 10s 2021-06-16 15:36:27 +02:00
Sandeep Somavarapu 522faa099d
support gallery extensions as static extensions 2021-06-16 15:18:08 +02:00
Johannes Rieken 99a2f34ed9
keep promise alive when continuing in modal dialog, https://github.com/microsoft/vscode/issues/125750 2021-06-16 15:16:54 +02:00
Johannes Rieken fbe6292824
When having details for non modal, show more which shows modal... https://github.com/microsoft/vscode/issues/125750 2021-06-16 15:09:30 +02:00
Daniel Imms b81e9c4b95 Cancel second disconnect runner on proc attach
Fixes #118276
2021-06-16 06:00:47 -07:00
Henning Dieterichs d9062d9c76
Test that inline completion providers are not ask twice within any 50ms. 2021-06-16 15:00:34 +02:00
Daniel Imms eebe969d11 Update distro 2021-06-16 05:54:57 -07:00
Daniel Imms 152d4226e6 Support detach from process in remote
Part of #118276
2021-06-16 05:54:57 -07:00
Johannes Rieken 16facd8645
relax supportThemeIcons 2021-06-16 14:53:43 +02:00
Johannes Rieken b5da2d0f10
extract MarkdownString from MarkedString type, fyi @mjvbz 2021-06-16 14:53:42 +02:00
Sandeep Somavarapu a36051efae
refactor and align web extensions scanning with desktop
- translate the manifest always
- remove additional scanned extension types and reuse IExtension
- expose separate apis for scanning system, user and dev extensions
- dedup web extensions by reusig the existing logic from desktop
2021-06-16 14:45:14 +02:00
Daniel Imms d6395e8f50 Use editor bg color for terminal editors
Fixes #126473
2021-06-16 05:36:23 -07:00
Daniel Imms 89d620f4fc Fix terminal editor cursor border
Fixes #126470
2021-06-16 05:29:41 -07:00
Daniel Imms a178b9534b
Merge pull request #126472 from microsoft/tyriar/126248
Start of move to terminal view command
2021-06-16 05:20:41 -07:00
Johannes Rieken 54455cfdb0
fix https://github.com/microsoft/vscode/issues/126460 2021-06-16 14:18:22 +02:00
Daniel Imms 1e5991b64b Add todo for joinInstances 2021-06-16 05:17:05 -07:00
Daniel Imms 0c5fbcccd8 Correctly reattach when moving term from editor to view 2021-06-16 05:15:42 -07:00
Daniel Imms eafba8ce2e Fix exception when moving from terminal editor to view 2021-06-16 05:00:34 -07:00
Daniel Imms c551cf89b7 Start of move to terminal view command
Part of #126248
2021-06-16 04:43:30 -07:00
Johannes Rieken 0e9445af46
make leaking menus less severe, https://github.com/microsoft/vscode/issues/126365 2021-06-16 12:25:55 +02:00
Martin Aeschlimann a67415bcb1
[html] Linked Editing is just working for the first opened file. Fixes #126373 2021-06-16 12:20:44 +02:00
Henning Dieterichs b724a7a6dc
Fixes leaking disposable (_menuService.createMenu). 2021-06-16 11:06:49 +02:00
Benjamin Pasero 4b364d36a5
untitled - encode working copy type id into URI when generating untitled resource 2021-06-16 11:01:16 +02:00
Ladislau Szomoru d11f550308
Remote test specific code 2021-06-16 10:03:49 +02:00
Benjamin Pasero 3f363797cf
editor override - fix exception when opening picker
//cc @lramos15 the `currentEditor` can be `undefined` but was cast to `IRegisteredEditorInput`
2021-06-16 08:52:33 +02:00
大表哥 237a750b1c
fix: do not ignore changes to the node_modules folder itself. (#125801) 2021-06-16 08:38:03 +02:00
Benjamin Pasero 9f59e87b66
editors - remove delegating editor service 2021-06-16 08:36:25 +02:00
Miguel Solorio 5cfa24eba1
Merge pull request #124416 from meyoustu/main
Updated "Code - OSS" icon for macOS Big Sur
2021-06-15 23:05:22 -07:00
Connor Peet 3e0c442a8e
testing: avoid duplicated calls to workspace root if document tests are not provided
Fixes #126290
2021-06-15 18:29:02 -07:00
Jackson Kearl cab9e56390
Format 2021-06-15 17:42:10 -07:00
Jackson Kearl e4d6dc639c
Fix #126420 2021-06-15 17:42:10 -07:00
Daniel Imms d21b9b8e6d
Merge pull request #126407 from microsoft/merogge/terminal-editor
Terminal editors
2021-06-15 17:34:09 -07:00
SteVen Batten 3724cf8f6e adding basic folder info to dialog
fixes #125984
2021-06-15 17:19:15 -07:00