Commit Graph
63040 Commits
Author SHA1 Message Date
Ladislau Szomoru 0bc066daef Add extension support completion provider to core 2021-04-29 13:43:41 +02:00
Sandeep Somavarapu eeceecef81 update doc 2021-04-29 13:03:46 +05:30
Matt Bierner 780eb163b7 Improve capabilities.untrustedWorkspaces contribution (#122603)
Fixes #122602

- Add snippet
- Use markdown string for strings that use backticks
- Add enum descriptions for `supported`
- Mark `supported` as being required
2021-04-29 09:01:50 +02:00
Sandeep Somavarapu 5682823e66 improve virtual workspace disablement wording 2021-04-29 12:28:04 +05:30
meganrogge 0123d26aaa tweak setting config 2021-04-28 19:33:26 -07:00
Matt Bierner 2f915a24b4 Don't label custom editors are readonly if the editor is not editable
Fixes #122605
2021-04-28 18:28:08 -07:00
Matt Bierner 28a1bc2f35 Revert "Merge pull request #122540 from microsoft/tyriar/122104"
This reverts commit 06694a8e57, reversing
changes made to 36fe84236d.
2021-04-28 18:11:32 -07:00
Cody Beyer 60f46f2f7a Adding JS and PY Azure SDK packages (#122468) 2021-04-28 15:28:00 -07:00
SteVen Batten f15ac1527f fix unit tests for web 2021-04-28 15:14:04 -07:00
rebornix 75f4c87a85 fix #122548. 2021-04-28 15:13:33 -07:00
rebornix c56f5ea118 fix #122359. 2021-04-28 14:56:37 -07:00
SteVen Batten 2858d5f3a7 remove trust from web 2021-04-28 14:50:47 -07:00
Matt Bierner 6a841dd8d5 Remove extra padding on h1s in markdown cells
Fixes #122579
2021-04-28 14:09:33 -07:00
Peng Lyu 40e0a578a8 Merge pull request #122505 from joyceerhl/dev/joyceerhl/markdown-cell-padding
Add missing padding-bottom for notebook markdown cells
2021-04-28 14:08:38 -07:00
rebornix 3719898cb8 Merge branch 'notebook/dev' into main 2021-04-28 13:36:56 -07:00
Logan Ramos bf7d8da5f0 Fix #122360 2021-04-28 16:33:08 -04:00
Megan Rogge 2f5e355bea fix #122329 (#122576) 2021-04-28 19:05:15 +00:00
Connor Peet 968d670266 testing: fix welcome view being shown incorrectly
Fixes https://github.com/microsoft/vscode/issues/119675
2021-04-28 11:47:38 -07:00
Matt Bierner 7770708545 Reapply markup renderers change
Rewriting how we do replacements in the webviewPreloads function to hopefully handle optimization better
2021-04-28 10:44:25 -07:00
Rob Lourens 5082e72921 Avoid cell execution icon flickering due to rerendering spinner 2021-04-28 10:26:16 -07:00
Rob Lourens 201063aa2e Fix missing cell execution icon 2021-04-28 10:26:16 -07:00
Rob Lourens d89a35b91f API TODO 2021-04-28 10:26:16 -07:00
Connor Peet 107351bc20 debug: use category instead of tag for search
For https://github.com/microsoft/vscode/issues/119110
Refs https://github.com/microsoft/vsmarketplace/issues/68#issuecomment-828635629
2021-04-28 10:23:44 -07:00
Alex Ross 82399e71c2 Even more port forwarding logging 2021-04-28 19:14:24 +02:00
SteVen Batten 29b49a0392 fixes #122520
fixes #122393
2021-04-28 09:53:39 -07:00
SteVen Batten 26ce025594 fixes #122310 2021-04-28 09:44:00 -07:00
Alex Ross 1bd250ca51 Set tunnel factory earlier (#122557)
* Set tunnel factory earlier

* Don't await in setTunnelExtensionFunctions
2021-04-28 18:43:13 +02:00
meganrogge a8a1b0f6db fix #122452 2021-04-28 09:40:23 -07:00
Connor Peet 3b1b002b03 testing: mark runs complete if trust is not given 2021-04-28 09:35:30 -07:00
Sandeep Somavarapu 606bf316c7 Fix #122544 2021-04-28 21:09:51 +05:30
Rob Lourens 6f6b815650 Call cell statusbar providers after changes are sent to the EH
Fix #122341
2021-04-28 08:30:30 -07:00
Daniel Imms 99f8682e29 Fix inherited split cwd
Fixes #121705
2021-04-28 08:20:37 -07:00
Alexandru Dima 5728f84b8c Merge pull request #122399 from solomatov/ext-host-hang
Terminate in case of ext host IPC timeout
2021-04-28 17:14:22 +02:00
Daniel Imms 24faa3733f Resolve profile environment when launching default
Fixes #122358
2021-04-28 08:08:00 -07:00
Raymond Zhao 13d3c0e757 Add explicit dispose calls for DiskFileSystemProvider in tests (#121857) 2021-04-28 08:07:40 -07:00
Daniel Imms e2eb2ec0d7 Add enum descriptions to tabs settings
Fixes #122552
2021-04-28 07:57:06 -07:00
Sandeep Somavarapu 398a23805b Fix #122311 2021-04-28 20:26:15 +05:30
Daniel Imms 06694a8e57 Merge pull request #122540 from microsoft/tyriar/122104
Bring back workspace shells via setting
2021-04-28 07:52:49 -07:00
Daniel Imms 36fe84236d Rename hideForSingle to hideCondition
Fixes #122551
2021-04-28 07:52:32 -07:00
Rob Lourens 1e9c0a643e Fix notebook cell collapse action
Fix #122318
2021-04-28 07:47:12 -07:00
Daniel Imms 935fb2b33c Merge remote-tracking branch 'origin/main' into tyriar/122104 2021-04-28 07:37:57 -07:00
Johannes Rieken 1f913a81b1 Revert "better fix for https://github.com/microsoft/vscode/issues/119943"
This reverts commit 0877dc2131.
2021-04-28 16:17:37 +02:00
Johannes Rieken 134f551f21 Revert "remove unused code after changes for https://github.com/microsoft/vscode/issues/119943"
This reverts commit 05658fe91e.
2021-04-28 16:17:37 +02:00
Daniel Imms 3ea6e11841 requiresTrust -> restricted 2021-04-28 07:12:42 -07:00
Daniel Imms a9ad5d9eac Reinstall sash listener after view swap
Fixes #122431
2021-04-28 07:03:48 -07:00
Daniel Imms b3292e6fff Merge branch 'main' into tyriar/122104 2021-04-28 06:56:20 -07:00
Sandeep Somavarapu 85ed0a54d1 Fix #122543 2021-04-28 19:19:55 +05:30
Sandeep Somavarapu aa1b82bf13 Fix #122477 2021-04-28 19:17:49 +05:30
Johannes Rieken 05658fe91e remove unused code after changes for https://github.com/microsoft/vscode/issues/119943 2021-04-28 15:46:20 +02:00
Johannes Rieken 0877dc2131 better fix for https://github.com/microsoft/vscode/issues/119943 2021-04-28 15:39:48 +02:00