-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Extension#extensionKind
#10029
Comments
I believe https://code.visualstudio.com/api/advanced-topics/extension-host#preferred-extension-location The loading decision for this has been implemented as part of the web extension support; #10721: Is there anything else required? |
If i undertand the change correctly the If this is the case, then there isn't actually something missing in the I will gladly provide a fix, if my understanding of the mapping is indeed correct. Can either of you confirm this? @vince-fugnitto or @thegecko |
It's been a while, but my research into this culminated in the comments you see in the link above. I also did some work around the correct exposure of |
I opened a PR in the comparator that solves the issue, that the |
The PR has been merged and the |
Feature Description:
The
extensionKind
field relates to VS Code remote development: https://code.visualstudio.com/docs/remote/faq as such it's not related to frontend/backend in Theia.See https://code.visualstudio.com/docs/remote/faq
Having this feature is not immediately usefule in plain Theia, but might be of use, for example in Eclipse Che
The text was updated successfully, but these errors were encountered: