Network drive location #454
-
Hi guys, Does VSCode Project Manager support network drive locations? I have tried to add the following line to the Projects.json file however it doesnt seem to work: |
Beta Was this translation helpful? Give feedback.
Answered by
alefragnani
Jan 12, 2021
Replies: 1 comment 1 reply
-
Hi @ayush-lal , Yes, you can use network drive locations. Since you are doing it by hand, you just have to escape the backslash sign . "rootPath": "\\\\Domain\\Folder" If you open the location in VS Code and use the Hope this helps |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ayush-lal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ayush-lal ,
Yes, you can use network drive locations. Since you are doing it by hand, you just have to escape the backslash sign .
If you open the location in VS Code and use the
Project Manager: Save Project
command, it will handle it to youHope this helps