-
Notifications
You must be signed in to change notification settings - Fork 352
Add tools code-server #2777
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
base: main
Are you sure you want to change the base?
Add tools code-server #2777
Conversation
77e1436
to
a88d923
Compare
ToolsSSHX *ToolsSSHXOptions | ||
ToolsVeth *ToolsVethOptions | ||
ToolsVxlan *ToolsVxlanOptions | ||
ToolsCodeServer *ToolsCodeServerOptions |
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.
welcome to the cmd package shenanigans @kaelemc <3 :D
554b569
to
c4e3f4f
Compare
I will have to park this one for now. There is an issue where the webviews cannot work unless a trusted HTTPS cert is provided. (coder/code-server#6656).. This kind of renders a lot of the extension functionality useless. |
Seems we can do with raw HTTP.. just some changes required to make topoviewer work |
10e14b4
to
6406a2c
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2777 +/- ##
==========================================
- Coverage 55.89% 55.50% -0.39%
==========================================
Files 207 208 +1
Lines 24362 24837 +475
==========================================
+ Hits 13617 13787 +170
- Misses 9524 9803 +279
- Partials 1221 1247 +26
🚀 New features to boost your workflow:
|
Tools command to expose a custom code-server image with the clab vsc ext preinstalled.
cc @FloSch62