-
Notifications
You must be signed in to change notification settings - Fork 1
fix: broken implementation and tests #8
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
Conversation
Unfortunately it appears I didn't manually test well enough. I've now fixed how the arguments are forwarded to the `code-server` CLI. I've also fixed any tests that broke due to the change.
cce10e5
to
2eb7807
Compare
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 wasn't able to review any files in this pull request.
Files not reviewed (9)
- src/code-server/install.sh: Language not supported
- test/code-server/code-server-auth-none.sh: Language not supported
- test/code-server/code-server-auth-password.sh: Language not supported
- test/code-server/code-server-cert.sh: Language not supported
- test/code-server/code-server-cert/Dockerfile: 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/code-server-workspace.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.
Left a few suggestions, lmk what you think.
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.
Nice work! Had a minor suggestion still but otherwise good to go 👍🏻
Unfortunately it appears I didn't manually test well enough. I've now fixed how the arguments are forwarded to the
code-server
CLI. I've also fixed any tests that broke due to the change.