Commit Graph

83829 Commits

Author SHA1 Message Date
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
Jackson Kearl 06aa366ab2 Fix #125956 2021-06-15 16:56:48 -07:00
SteVen Batten f2179ee2f3 fixes #125094 2021-06-15 16:34:48 -07:00
Ladislau Szomoru dbd99b9767 Workspace trust - emit telemetry if workspace trust is disabled (#126372)
* Emit telemetry if workspace trust is disabled

* use explicit event

Co-authored-by: SteVen Batten <steven.m.batten@outlook.com>
2021-06-15 16:22:34 -07:00
Ladislau Szomoru 25365b2f9f Workspace trust - improve settings discoverability (#126362)
* Workspace trust configure action

* Implement #126361

* remove unnecessary reference to settingseditor2

Co-authored-by: SteVen Batten <steven.m.batten@outlook.com>
2021-06-15 16:05:48 -07:00
Jackson Kearl c4e73858c8 Close #126419 2021-06-15 15:23:35 -07:00
Matt Bierner cd08aa0081 Initial work adding NotebookCellData.mime
For #126280
For #126417
2021-06-15 15:16:58 -07:00
Matt Bierner 92160bf660 Clairify 2021-06-15 15:16:36 -07:00
Matt Bierner 7339e94830 Support https links as jsdoc target
Fixes #126180
2021-06-15 15:16:36 -07:00
Matt Bierner ce275e4f7c Make sure we encode generated markdown links in jsdoc
Fixes #126246
2021-06-15 15:16:35 -07:00
meganrogge ff14d2000c clean up 2021-06-15 14:55:10 -07:00
Alex Dima 2267488a38 Do not auto-trigger suggest when typing exactly the inline suggestion
Co-authored-by: Henning Dieterichs <hdieterichs@microsoft.com>
2021-06-15 23:33:47 +02:00
Daniel Imms 5ab03be9fb Rename terminal localize key 2021-06-15 14:17:13 -07:00