Skip to content

Commit 402ee07

Browse files
committed
add todo
1 parent d3372ac commit 402ee07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/open.go

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ func (r *RootCmd) openVSCode() *clibase.Cmd {
117117
return xerrors.Errorf("directory path %q not supported, use an absolute path instead", directory)
118118
}
119119
if insideThisWorkspace {
120+
// TODO(mafredri): Return error if directory doesn't exist?
120121
directory, err = filepath.Abs(directory)
121122
if err != nil {
122123
return xerrors.Errorf("expand directory: %w", err)

0 commit comments

Comments
 (0)