vscli icon indicating copy to clipboard operation
vscli copied to clipboard

File not found error not specific enough

Open lohrm-stabl opened this issue 11 months ago • 0 comments

vs -b force-container -c /workspace/<workspace>/.devcontainer/devcontainer.json /some/path

When executing this, you get the following error:

Error:
   0: No such file or directory (os error 2)

Location:
   src/workspace.rs:62

So it's not clear from which path the error oríginated from. maybe also print the path.

lohrm-stabl avatar Mar 11 '24 08:03 lohrm-stabl