8000 feat(.devcontainer): add cursor, filebrowser, windsurf and zed by mafredri · Pull Request #18608 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

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

Merged
merged 4 commits into from
Jun 26, 2025

Conversation

mafredri
Copy link
Member

No description provided.

@mafredri mafredri force-pushed the mafredri/feat-devcontainer-add-filebrowser-and-cursor branch from f105756 to 82cdc4c Compare June 26, 2025 13:26
// "type": "string",
// "default": "${workspaceFolder}",
// "description": "The root directory for filebrowser to serve"
// },
Copy link
Member Author

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.

version = "1.0.0"
agent_id = coder_agent.dev.id
agent_name = "dev"
folder = local.repo_dir
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review: Drive-by fix.

@mafredri mafredri marked this pull request as ready for review June 26, 2025 13:27
@mafredri mafredri changed the title feat(devcontainer): add cursor, filebrowser, windsurf and zed feat(.devcontainer): add cursor, filebrowser, windsurf and zed Jun 26, 2025
filebrowser config set --port="\${PORT}" --auth.method=noauth --root="\${FOLDER}"
else
filebrowser config set --port="\${PORT}" --auth.method=json --root="\${FOLDER}"
fi
Copy link
Member Author

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.

@mafredri mafredri enabled auto-merge (squash) June 26, 2025 13:31
{
"slug": "zed",
"displayName": "Zed Editor",
"url": "zed://ssh/${localEnv:CODER_WORKSPACE_AGENT_NAME}.${localEnv:CODER_WORKSPACE_NAME}.${localEnv:CODER_WORKSPACE_OWNER_NAME}/${containerWorkspaceFolder}",
Copy link
Contributor

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch 👍🏻

@mafredri mafredri requested a review from DanielleMaywood June 26, 2025 13:45
source = "dev.registry.coder.com/coder/cursor/coder"
version = "1.1.0"
agent_id = coder_agent.dev.id
agent_name = "dev"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
agent_name = "dev"
# Not supported yet.
#agent_name = "dev"

@mafredri mafredri dismissed DanielleMaywood’s stale review June 26, 2025 14:07

Fixed the issue.

@mafredri mafredri merged commit 87d052e into main Jun 26, 2025
34 checks passed
@mafredri mafredri deleted the mafredri/feat-devcontainer-add-filebrowser-and-cursor branch June 26, 2025 14:09
@github-actions github-actions bot locked and limited conversation to collaborators Jun 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0