8000 fix: handle agent parameter in URIs by ethanndickson · Pull Request #538 · coder/vscode-coder · GitHub
[go: up one dir, main page]

Skip to content

fix: handle agent parameter in URIs #538

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 3 commits into from
Jun 25, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Prev Previous commit
fixup
  • Loading branch information
ethanndickson committed Jun 24, 2025
commit 804d2fef09a423e318df4454c79a43aad588e38c
2 changes: 1 addition & 1 deletion src/commands.ts
538A
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ async function openDevContainer(
baseUrl: string,
workspaceOwner: string,
workspaceName: string,
workspaceAgent: string | undefined,
workspaceAgent: string,
devContainerName: string,
devContainerFolder: string,
) {
Expand Down
0