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

code-server: fix multiple-extension installation #90

Merged
merged 19 commits into from
Oct 13, 2023
Merged

Conversation

stirby
Copy link
Contributor

@stirby stirby commented Oct 13, 2023

The code-server module advertises the ability to add any number of extensions as a list of strings. There was an error in its implementation causing the script to fail when multiple extensions were specified (pointed out by #89).

This fixes that issue by reading the comma-separated extension list into an array.

@stirby stirby requested a review from kylecarbs October 13, 2023 19:46
@stirby stirby merged commit b6ec1d8 into main Oct 13, 2023
2 checks passed
@stirby stirby deleted the code-server-extensions branch October 13, 2023 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants