Skip to content
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

Replace very old built-ins by builtins extensions pack #1010

Open
marcdumais-work opened this issue Sep 8, 2023 · 0 comments
Open

Replace very old built-ins by builtins extensions pack #1010

marcdumais-work opened this issue Sep 8, 2023 · 0 comments
Labels
tech debt Somethings to fix technical debt

Comments

@marcdumais-work
Copy link
Contributor

I noticed the vscode built-in extensions for the test app are really old. They may carry security issues and can be replaced by a single entry (except clangd, thats not an official "built-in").

It's possible to replace this long list of built-in extensions by a single extension pack [1]. The pack will remain more up--to-date too, since extensions from it are installed at the latest supported version.

Note: a little bug occurred with the last built-ins release, that excluded js-debug and its companion extension, from being part of the pack. It will be fixed next release, but in the meantime, if desired, these extensions will need to be listed like so

[1]: https://open-vsx.org/extension/eclipse-theia/builtin-extension-pack

@marcdumais-work marcdumais-work changed the title Replce very old built-ins by builtins extensions pack Replace very old built-ins by builtins extensions pack Sep 8, 2023
@bhufmann bhufmann added the tech debt Somethings to fix technical debt label Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt Somethings to fix technical debt
Projects
None yet
Development

No branches or pull requests

2 participants