- Notifications
You must be signed in to change notification settings - Fork1
feat: support more cli options#9
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Copilot reviewed 1 out of 12 changed files in this pull request and generated no comments.
Files not reviewed (11)
- Makefile: Language not supported
- src/code-server/devcontainer-feature.json: Language not supported
- src/code-server/install.sh: Language not supported
- test/code-server/code-server-app-name.sh: Language not supported
- test/code-server/code-server-enable-proposed-api.sh: Language not supported
- test/code-server/code-server-locale.sh: Language not supported
- test/code-server/code-server-proxy-domain.sh: Language not supported
- test/code-server/code-server-trusted-origins.sh: Language not supported
- test/code-server/code-server-verbose.sh: Language not supported
- test/code-server/code-server-welcome-text.sh: Language not supported
- test/code-server/scenarios.json: Language not supported
Comments suppressed due to low confidence (1)
src/code-server/README.md:30
- [nitpick] The description for 'enableProposedAPI' might be ambiguous since CLI flags are typically booleans; consider clarifying if this option should accept a list of extension IDs or act as a simple toggle flag.
| enableProposedAPI | Comma-separated list of VS Code extension IDs to enable proposed API features for. | string | - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks great 👍🏻
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
f999968
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Add support for:
--locale
--app-name
--welcome-text
--verbose
--trusted-origins
--enable-proposed-api
--proxy-domain