You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Run the command ssh domain in blink.
Open Files.app and navigate to Blink > project.
Long-press on myfolder and then tap Code.
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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