Skip to content

Commit 489f3f0

Browse files
chore: filepath from slash
1 parent eed0895 commit 489f3f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/open.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ func (r *RootCmd) openVSCode() *serpent.Command {
136136
if !ok {
137137
return xerrors.New("container missing volume for `devcontainer.local_folder`")
138138
}
139+
140+
directory = filepath.FromSlash(directory)
139141
}
140142

141143
break

0 commit comments

Comments
 (0)