-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[plugin] load VS Code extensions from sources #3976
Comments
what is the description ? |
VS Code does not package built-in extension in vsix, but minify via wepback and consume from sources. I've tried to package them first myself, but it fails with different errors because of missing attributes and so on. Then I went with VS Code approach to load from sources and added custom directory handler: /~https://github.com/theia-ide/vscode-builtin-extensions/blob/master/vscode-builtin-extensions/src/node/vscode-builtin-extension-directory-handler.ts Now, I want to test my changes for #3972 against bat built-in extension. But to load it I need to integrate Also, It will be good later for development of VS Code extensions. |
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io> Signed-off-by: Bogdan Stolojan <petre.stolojan@arm.com>
No description provided.
The text was updated successfully, but these errors were encountered: