forked from owtaylor/toolbox-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert raw command line arguments to --file-uri and --folder-uri
Calling Visual Studio Code with '--remote attached-container+<xxx>' <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: owtaylor#14
- Loading branch information
Showing
3 changed files
with
50 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters