toolbox-vscode icon indicating copy to clipboard operation
toolbox-vscode copied to clipboard

Convert raw command line arguments to --file-uri and --folder-uri

Open owtaylor opened this issue 2 years ago • 0 comments

Calling Visual Studio Code with

'--remote attached-container+' <PATH1> <PATH2>

Resolves <PATH1> and <PATH2> to folder-or-file based on heuristics before passing them to the remote container. So it's better to check locally whether paths are folders or files and use the --file-uri and --folder-uri arguments.

Fixes: #14

owtaylor avatar Mar 08 '22 15:03 owtaylor