Commit Graph

70827 Commits

Author SHA1 Message Date
Benjamin Pasero 20e5950f54 sandbox - 💄 2020-09-17 16:49:27 +02:00
Benjamin Pasero 5bc5d315a3 sandbox - separate native host service implementation from interfaces 2020-09-17 16:35:21 +02:00
Benjamin Pasero 01472963d7 sandbox - rename electron service => native host service 2020-09-17 16:20:23 +02:00
Benjamin Pasero 82d30d49b2 sandbox - add electron service to layers checker 2020-09-17 15:43:15 +02:00
Johannes Rieken 6fd30f962c add ability to list fs provider capabilities so that we can sync them to the extension hosts 2020-09-17 14:45:50 +02:00
Johannes Rieken afbaf2cfea missing compile 2020-09-17 14:36:10 +02:00
Sandeep Somavarapu 437260c606 #106934 log error while validating 2020-09-17 13:37:33 +02:00
Martin Aeschlimann 5bed818ae0 Use lowercase microsoft 2020-09-17 13:11:17 +02:00
Benjamin Pasero 567eb97c83 sandbox - move some types to electronTypes 2020-09-17 13:11:05 +02:00
Martin Aeschlimann b03e0cb72f revert line deletion in json CONTRIBUTING 2020-09-17 13:06:17 +02:00
Benjamin Pasero 99b13b8fbf sandbox - update electron types 2020-09-17 12:45:22 +02:00
Benjamin Pasero 76b7331162 sandbox - make platform.ts fit for sandbox usages 2020-09-17 12:30:59 +02:00
Benjamin Pasero f65e2fbd80 sandbox - make common/process fit for sandbox 2020-09-17 11:51:03 +02:00
ChaseKnowlden 8c91bd8278 Fix Unnecessary change 2020-09-17 11:43:03 +02:00
ChaseKnowlden 9da1f82a39 add github.com link 2020-09-17 11:43:03 +02:00
ChaseKnowlden 1273f7e1b7 fix m 2020-09-17 11:43:03 +02:00
ChaseKnowlden 85c800158e more capital fixes 2020-09-17 11:43:03 +02:00
ChaseKnowlden e8760a5d6c Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
Alex Ross 66c63c5d70 Update npm tasks when npm refresh is run
Fixes #106780
2020-09-17 11:30:24 +02:00
Benjamin Pasero 00a03f5797 sandbox - clear TODO that is no longer needed 2020-09-17 11:13:49 +02:00
isidor 3118955ee8 debug: when the alt key is pressed show regular editor hover and hide the debug hover
#84561
2020-09-17 11:07:39 +02:00
Alex Ross 3808cb3712 Don't tildify paths in variable resolver
Fixes #106877
2020-09-17 10:54:11 +02:00
Dirk Bäumer 2238489112 Merge pull request #106900 from jepetty/addCaching
Add caching to Rich Navigation step to reuse node_modules
2020-09-17 10:52:33 +02:00
Benjamin Pasero e11081cf47 sandbox - add a minimal product config 2020-09-17 10:28:31 +02:00
Benjamin Pasero 58cee6b0f3 sandbox - add note about support for get/set properties in preload script 2020-09-17 10:14:02 +02:00
Benjamin Pasero 55f071a72f debt - more use of product service over product.ts 2020-09-17 10:08:28 +02:00
Martin Aeschlimann 5c112a101b Code server will throw an exception when the file argument to code was a 'number' in remote mode. Fixes #106617 2020-09-17 09:59:59 +02:00
Benjamin Pasero 59e915161b sandbox - workaround for exposeInMainWorld accessing properties 2020-09-17 09:06:42 +02:00
Benjamin Pasero d1f2677421 remove unused import 2020-09-17 07:46:15 +02:00
Benjamin Pasero 5e74ef9e69 debt - let proxy IPC implement interface 2020-09-17 07:45:21 +02:00
Benjamin Pasero 05999d3f30 debt - use utility for diagnostics IPC and introduce real workbench diagnostics service (#106836)
* debt - use utility for diagnostics IPC and introduce real workbench diagnostics service

* address feedback

* implement interface behind ts-ignore
2020-09-17 07:36:25 +02:00
Matt Bierner d19c4ec92c Fix TS 4.1 error 2020-09-16 19:58:09 -07:00
Matt Bierner af5dd228ed Make sure we create a unique working copy resource for each custom editor resource
Fixes #106547

This switching the working copy resource for custom editors to use an encoded path instead of the resource's original path. This fixes a few problems:

- Fixes a bug where two resources with the same path (but different schemes or authorities) would be considered the same

- Fixes a bug where windows style paths (`c:\path`) would cause issues. This is the root cause of #106547

- Fixes a bug where the viewType was used as the raw authority. If the view type contains invalid characters, this would have caused issues
2020-09-16 19:49:14 -07:00
Matt Bierner 6f96936ee4 Update distro 2020-09-16 18:41:19 -07:00
chrisdias 5177f0d777 update distro 2020-09-16 18:10:20 -07:00
Jackson Kearl 1343efabed Add missing config entries 2020-09-16 16:56:12 -07:00
Jackson Kearl f3bc6412c7 Define verified label 2020-09-16 16:31:32 -07:00
rebornix 0aad85cc0e 💄 2020-09-16 16:16:17 -07:00
rebornix fc8e84f7cb resolve notebook without explicit view type. 2020-09-16 16:15:56 -07:00
Jessica Petty 3fe9fd9987 Add caching to Rich Navigation step to reuse node_modules 2020-09-16 15:59:33 -07:00
rebornix e2929f662a cell decoration polish. 2020-09-16 15:53:25 -07:00
Connor Peet 923189c75a Merge branch 'connor4312/auto-attach-js-debug' 2020-09-16 15:41:22 -07:00
Rob Lourens 1e0080c9a2 Tweak quotes in setting description 2020-09-16 17:40:51 -05:00
Rachel Macfarlane 2e10ab2a95 Possibly improve logging on token refresh fail 2020-09-16 15:39:43 -07:00
Connor Peet 480b18a8d3 debug: apply polish to auto attach switcher 2020-09-16 15:36:14 -07:00
Matt Bierner d29fc5038a Make sure we dispose/track disposed webviews in webview views
Fixes #106826
2020-09-16 15:33:10 -07:00
Matt Bierner 4799714403 Remove extra awaits
These functions return void so we don't need to await them
2020-09-16 15:11:21 -07:00
Rob Lourens 1893b55c25 Skip smoketest #105330 2020-09-16 17:06:40 -05:00
Rob Lourens 6527a51220 Revert "Merge branch 'roblou/revertSettingsEditorChanges'"
This reverts commit 3c448ca5b3, reversing
changes made to 8ce1c41cb9.
2020-09-16 17:06:40 -05:00
Matt Bierner 6b083b455b Finalize the WebviewView Api
Fixes #46585

This new api allows extensions to contribute webviews to the sidebar or panel
2020-09-16 14:59:13 -07:00