Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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
29 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.

4 participants