-
Notifications
You must be signed in to change notification settings - Fork 1k
chore(dogfood): use coder modules in dogfood #9890
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
|
||
module "filebrowser" { | ||
source = "https://registry.coder.com/modules/filebrowser" | ||
agent_id = coder_agent.dev.id |
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.
Should we set this to coder_agent.dev.dir
? Same for code-server, etc. to match old behavior.
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.
By default, the file browser opens in $HOME
. Adding your suggestion will open repo_dir
. I think opening $HOME
is more suitable.
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.
I'm fine with keeping filebrowser in $HOME
, but code-server
used to open in the repo dir (and maybe vscode desktop too?).
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.
vscode-desktop
module currently does not support setting a folder so that it will prompt for a folder on launch. I wonder why @kylecarbs did this way.
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.
code-server
does have a folder
variable that we can set to the repo_dir
. I will update
|
||
module "filebrowser" { | ||
source = "https://registry.coder.com/modules/filebrowser" | ||
agent_id = coder_agent.dev.id |
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.
I'm fine with keeping filebrowser in $HOME
, but code-server
used to open in the repo dir (and maybe vscode desktop too?).
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.
Testing Graphite. Ignore this review.
updates dogfood to use coder modules
Generated summary (powered by Graphite)