Set extensionKind to ["ui", "workspace"]
See original GitHub issueAs it stands, it’s not possible to use the extension in Remote WSL, because the extensionKind
is set only to ui
. I believe, the correct setting would be ui, workspace
.
Point is, I’m trying to set up a remote WSL session and it won’t let me install it inside WSL, which is something you mentioned in another issue that we should be doing.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Set extensionKind to ["ui", "workspace"] · Issue #145 - GitHub
I believe, the correct setting would be ui, workspace . Point is, I'm trying to set up a remote WSL session and it...
Read more >Supporting Remote Development and GitHub Codespaces
extensionKind setting. This setting is a map of extension IDs to extension kinds. For example, if you want to force the Azure Databases...
Read more >Changelog - Peacock
The extensionKind attribute should be set to ["ui", "workspace"] . Indicating that the extension can run both as a UI extension and as...
Read more >Peacock for Visual Studio Code
Subtly change the color of your Visual Studio Code workspace. ... the Remote Development by adding "extensionKind": "ui" in the extension's package.json ....
Read more >Live Share Integration with Peacock - John Papa
UI Extensions cannot directly access files in the workspace, ... by adding "extensionKind": "ui" in the extension's package.json .
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh yeah, thank you for the investigation, i’ll create separate issue
I’ll have to debug it next weekend or so, going on a business trip next week. I’ll keep you posted, once I figure it out.