Tapping the “Code” button in Files.app removes the leading forward slash from the path to open in VS Code #1743
Unanswered
aerosoft-om
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here's my host configuration:
When I run this command in blink, it opens
myfolder
in VS Code successfully:code domain:/project/myfolder/
However, when I try the following steps,
myfolder
does not open in VS Code. Instead, VS Code just shows the Open Folder, Open Recent, and Open Remote Repository buttons in the Explorer sidebar:ssh domain
in blink.Upon inspecting blink’s history, I found that the Code button in step 3 above sends the following command to blink:
code domain:project/myfolder/
As you can see, the forward slash before
project
in the path above is missing. When I enter the command manually with the forward slash,myfolder
opens successfully in VS Code.Is there something wrong in my host configuration that’s causing the forward slash to be missing? Or is this a bug in blink?
Beta Was this translation helpful? Give feedback.
All reactions