- Notifications
You must be signed in to change notification settings - Fork1
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 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
Unfortunately it appears I didn't manually test well enough. I've nowfixed how the arguments are forwarded to the `code-server` CLI. I'vealso fixed any tests that broke due to the change.
cce10e5
to2eb7807
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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 👍🏻
Uh oh!
There was an error while loading.Please reload this page.
4384a34
intomainUh oh!
There was an error while loading.Please reload this page.
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.