microsoft / vscode-commander

MIT License
0 stars 0 forks source link

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

Open anthonykim1 opened 6 days ago

anthonykim1 commented 6 days 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 6 days ago

Multiple reasons why this cant work currently:

sandy081 commented 6 days ago

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