- Notifications
You must be signed in to change notification settings - Fork1
feat: support--socket*
options#7
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
--socket*
optionsThere 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 2 out of 9 changed files in this pull request and generated no comments.
Files not reviewed (7)
- Makefile: Language not supported
- scripts/check_unstaged.sh: 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-socket-with-mode.sh: Language not supported
- test/code-server/code-server-socket.sh: Language not supported
- test/code-server/scenarios.json: Language not supported
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.
LGTM!
a926b94
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 new configuration options:
socket
: Path to a socket.socketMode
: File mode of the socket when using the socket option.I've also added a new job to the GitHub action's workflow to ensure the devcontainer feature documentation is up to date, as well as added a target to the makefile for generating the documentation.