Commit graph

94246 commits

Author SHA1 Message Date
Alex Dima cf8969e450
Render affinity in the running extension editor 2022-03-11 22:14:26 +01:00
Sandeep Somavarapu 5a7b43ee27
Revert "Revert "show reload button when extension with different targetplatform is updated""
This reverts commit dfd5300959.
2022-03-11 22:08:10 +01:00
Sandeep Somavarapu cf4fe193cf
Fix #143625 2022-03-11 22:08:09 +01:00
Sandeep Somavarapu 7b42b05029
Fix #142087 2022-03-11 22:08:09 +01:00
Sandeep Somavarapu 4cc9f9eee2
fix reload required action 2022-03-11 22:08:09 +01:00
Sandeep Somavarapu 0006ca4db2
move TargetPlatform to extensions (resolve cycle) 2022-03-11 22:08:08 +01:00
Alex Dima 5b3c42cb26
Launch multiple extension host processes 2022-03-11 22:07:01 +01:00
Matt Bierner c521f36041
Fix anchors and data images in extension pages
Fixes #144897

Refactors to have a single `hookDomPurifyHrefAndSrcSanitizer` function that handles sanitizing the href and src attributes. Also updates this function to allow fragment links `#` and data images
2022-03-11 13:00:46 -08:00
Matt Bierner 92bf104b52
Spelling 2022-03-11 13:00:45 -08:00
Rob Lourens a6b461df7f Fix wrong run button color in non-focused notebook cell 2022-03-11 12:17:56 -08:00
Rob Lourens 9925da41e4 Fix wrong notebook cell drag offset with global toolbar active 2022-03-11 12:17:55 -08:00
Miguel Solorio 420e872464
Update Codicons: Adjust layout-statusbar
4b27dcfb2f
2022-03-11 12:01:16 -08:00
Alex Dima 3740be6c1e
Compute affinity for extensions running in a local process extension host 2022-03-11 20:08:48 +01:00
Ladislau Szomoru d3aafb6347
SCM diff decorator - modified diff decorator with a pattern (#144906)
* Update modified diff decorator to use a pattern

* Adjust hover transition

Co-authored-by: Miguel Solorio <miguel.solorio@microsoft.com>
2022-03-11 09:57:55 -08:00
Alex Dima dfd5300959
Revert "show reload button when extension with different targetplatform is updated"
This reverts commit dffa71af99.
2022-03-11 18:51:33 +01:00
Daniel Imms 9addadc0b0 Serialize commands and send them over during replay
Fixes #142669
2022-03-11 09:22:10 -08:00
SteVen Batten 07793ae9c4 move secondary next to primary 2022-03-11 09:01:02 -08:00
SteVen Batten 24d49c0f84 disable workspace trust in web integration tests 2022-03-11 08:52:55 -08:00
SteVen Batten 0e95041cc5
Add workspace trust to the web (disabled by default) and server distro (enabled by default) (#144852)
* server trust

* change to opt in model for trust in embedder api

* add fallback host label
2022-03-11 07:46:16 -08:00
Daniel Imms ae839f6cd7 Correct imports 2022-03-11 07:30:57 -08:00
Daniel Imms f98798a40a Move shell integration addon to platform 2022-03-11 07:28:43 -08:00
Daniel Imms 1a93d4f70e Move capabilities to platform 2022-03-11 07:26:05 -08:00
Daniel Imms 878ce865f6 Run shell integration addon on pty host
Part of #142669
2022-03-11 07:23:27 -08:00
Alex Ross e03ebfef62
Be a better user of deltaDecorations 2022-03-11 15:54:07 +01:00
Alex Dima 38daf83216
Delay picking a running location until all desired extension host kinds have been computed 2022-03-11 15:40:07 +01:00
Alex Dima 42dd8b0f7c
Reduce usage of ExtensionHostKind to establish the running location 2022-03-11 10:24:50 +01:00
Alex Dima f6ad20b09a
Ask all local extension hosts to resolve canonical URIs 2022-03-11 10:04:00 +01:00
Alex Dima d09791e6ae
Reflect in IExtensionService methods that there might be multiple local process extension hosts available for inspection 2022-03-11 09:49:57 +01:00
Johannes 1799e12d7b
for now, don't deepFreeze the onDidChangeNotebook event, https://github.com/microsoft/vscode/pull/144868, https://github.com/microsoft/vscode-jupyter/issues/9327 2022-03-11 09:21:15 +01:00
Johannes ea72a76e7b
add CURSOR_INDEX and CURSOR_NUMBER snippet variables, https://github.com/microsoft/vscode/issues/144856 2022-03-11 09:04:24 +01:00
Alex Dima 7ba42f10fb
More removing of assumptions that there is a single extension host of a certain kind 2022-03-11 09:03:06 +01:00
SteVen Batten 6b74534212
rename side panel (#144862)
* rename side panel

* tweaks based on feedback
2022-03-10 16:20:23 -08:00
Alex Dima 23bb04dd73
Reduce assumptions that there is a single extension host of a certain kind 2022-03-10 21:37:04 +01:00
Alex Dima d7b5c1a108
Towards having multiple extension hosts of the same ExtensionHostKind 2022-03-10 17:17:19 +01:00
Robo 32d40cf44e
chore: update to electron 17 (#143223)
* chore: bump electron@17.0.0

* Revert "chore: revert to electron@13 (#143851)"

This reverts commit df645f1450.

* chore: bump electron@17.1.0

* Revert "ci: fix build with latest node-gyp"

This reverts commit c3e948aa30.

* chore: revert ci changes for node v16

* chore: update yarn.lock

* chore: bump electron@17.1.1
2022-03-11 00:51:37 +09:00
Johannes 9109c6531f
clean-up keybindings and menu registrations for accept suggestion command 2022-03-10 16:17:17 +01:00
Alex Ross c2b51748cf
Investigate potential rst grammar to include as a built-in extension (#144680) 2022-03-10 15:07:28 +01:00
Alex Dima 75cc7c1856
Convert ExtensionRunningLocation to a type 2022-03-10 15:06:14 +01:00
Alex Ross ced1b62449
Check task uri when quick resolving dependencies
Part of #144761
2022-03-10 14:54:16 +01:00
João Moreno 04229c64e0
add PRs to my work notebook 2022-03-10 14:42:18 +01:00
Alex Ross 5cbc67a72e
Show hover feedback on commentable lines (#144834)
Fixes #144832
2022-03-10 14:17:24 +01:00
Henning Dieterichs 3626e6ab0c
Adds inlineCompletionsNew and inlineCompletionsAdditions proposed APIs to avoid breaking changes when finalizing inline completions API. 2022-03-10 11:23:01 +01:00
Sandeep Somavarapu 06b2dd2130
fix tests 2022-03-10 10:36:52 +01:00
Sandeep Somavarapu 945012d17e
Merge branch 'sandy081/updateExtensionWithOutdatedTargetPlatform' 2022-03-10 10:36:52 +01:00
Alex Ross 4ce5585b4c
Use ext host comment value in commands (#144743)
Part of #130107
2022-03-10 10:35:56 +01:00
Henning Dieterichs 68fe6ea433
Enables bracket pair colorization by default. Fixes #144820. 2022-03-10 09:55:53 +01:00
Sandeep Somavarapu faf8c71e8d
add tests 2022-03-10 09:49:05 +01:00
Alexandru Dima f51ad65f14
Merge pull request #144786 from microsoft/alex/monaco-editor-action
Move Monaco Editor checks to a separate GH action
2022-03-10 09:48:57 +01:00
Alexandru Dima e57f2f7ef8
Merge pull request #144782 from microsoft/alex/issue-144518
Improve activation logic around handling dependencies
2022-03-10 09:47:57 +01:00
Raymond Zhao f407da25ec
Consider order fields when doing searches in the Settings editor (#144213) 2022-03-09 16:41:28 -08:00