-
Notifications
You must be signed in to change notification settings - Fork 928
feat(.devcontainer): add cursor, filebrowser, windsurf and zed #18608
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
feat(.devcontainer): add cursor, filebrowser, windsurf and zed #18608
Conversation
f105756
to
82cdc4c
Compare
// "type": "string", | ||
// "default": "${workspaceFolder}", | ||
// "description": "The root directory for filebrowser to serve" | ||
// }, |
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.
Review: Couldn't get this working.
dogfood/coder/main.tf
Outdated
version = "1.0.0" | ||
agent_id = coder_agent.dev.id | ||
agent_name = "dev" | ||
folder = local.repo_dir |
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.
Review: Drive-by fix.
filebrowser config set --port="\${PORT}" --auth.method=noauth --root="\${FOLDER}" | ||
else | ||
filebrowser config set --port="\${PORT}" --auth.method=json --root="\${FOLDER}" | ||
fi |
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.
Also not working, still prompts login even if commented out and always using noauth.
.devcontainer/devcontainer.json
Outdated
{ | ||
"slug": "zed", | ||
"displayName": "Zed Editor", | ||
"url": "zed://ssh/${localEnv:CODER_WORKSPACE_AGENT_NAME}.${localEnv:CODER_WORKSPACE_NAME}.${localEnv:CODER_WORKSPACE_OWNER_NAME}/${containerWorkspaceFolder}", |
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.
This has a bad url, missing .coder
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.
Good catch 👍🏻
dogfood/coder/main.tf
Outdated
source = "dev.registry.coder.com/coder/cursor/coder" | ||
version = "1.1.0" | ||
agent_id = coder_agent.dev.id | ||
agent_name = "dev" |
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.
agent_name = "dev" | |
# Not supported yet. | |
#agent_name = "dev" |
No description provided.