question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Set extensionKind to ["ui", "workspace"]

See original GitHub issue

As 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:closed
  • Created 4 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
asvetliakovcommented, Jan 12, 2020

Oh yeah, thank you for the investigation, i’ll create separate issue

1reaction
DanielFabiancommented, Jan 12, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found