Reputation: 41
Using Visual Studio Code, how do you set the URL for an SVN repository? I installed Chris Johnston's SVN extension and the Collabnet SVN client executable. Is there no config item in settings.json where the repo url can be provided...?
Upvotes: 3
Views: 18108
Reputation: 905
Hope this helps someone. I know this extension does not have the greatest documentation.
Upvotes: 2
Reputation: 21
here are the steps to solve
Ctrl+Shift+P
Enter
file:///C:/Users/user1/Repo/my_scripts
. Press Enter
C:\Users\user1\Documents
. Press Enter
"my_scripts"
. Press Enter
Enjoy!
Upvotes: 2