microsoft / vscode-commander

MIT License
8 stars 3 forks source link

Commander unable to open files (`vscode.open`) #72

Open anthonykim1 opened 1 month ago

anthonykim1 commented 1 month ago

Testing #51

Two files are inside same directory, I have one of the files opened(extension.ts). I then asked commander to open the other file (tools.ts), and commander fails to open the file for me.

Is this expected?

File structure: Image

Error: Image

benibenj commented 1 month ago

Multiple reasons why this cant work currently:

sandy081 commented 1 month ago

Good point, we should support commands with multiple arguments - https://github.com/microsoft/vscode-commander/issues/80