How can I open local files using VS Code? #1533
Unanswered
carloscabanero
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To work with the File System of the iPad, you'll need to download the Blink-FS extension. Which will allow VS Code to work with projects or files on your device or remote hosts.
To install the Blink-FS extension, open VS Code with the
code .
command. Go to Settings > Extensions or use shortcutcmd + shift + x
. Next, type Blink-FS into the search bar, choose Blink-FS extension, and click install.From this point, you should be able to see your local files on the Explorer bar.
More information
Beta Was this translation helpful? Give feedback.
All reactions