Add remote SVN repository for VS Code

Viewed 27

I installed the plugin, but couldn't find anything in the documentation for the VS Code SVN plugin. I'm just looking to point it to a remote svn repository. Thanks.

1 Answers

If you are asking about the SVN-scm plug-in, you can check out a working copy using the SVN: Checkout command in the Command Palette.

SVN: Checkout

Related