Skip to content

feat(cli): support opening devcontainers in vscode #17189

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 9 commits into from
Apr 3, 2025
Prev Previous commit
Next Next commit
chore: muppet
  • Loading branch information
DanielleMaywood committed Apr 3, 2025
commit f499bb192bb5842adc0a824d67cd4471811d8daf
2 changes: 1 addition & 1 deletion cli/open_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func TestOpenVSCode_NoAgentDirectory(t *testing.T) {
{
name: "ok with absolute path",
args: []string{"--test.open-error", workspace.Name, absPath},
wantDir: "/home/coder",
wantDir: absPath,
},
{
name: "ok with token",
Expand Down