Enable Subversion under Visual Studio Code - quasics/quasics-frc-sw-2015 GitHub Wiki
- Start the Visual Studio Code (VSC) application.
- Use <Ctrl+Shift+X> to switch to the Extensions manager.
- In the "Search Extensions in Marketplace" field, type "SVN".
- Find the "SVN" extension ("Integrated Subversion source control"), and click on the "Install" button.
- Note: as indicated in the documentation for this extension, it should work with either TortoiseSVN (under Microsoft Windows) or the command-line Subversion tools (any platform).
- When the extension finishes installing, the "Install" button will change to "Reload".
- Click on the "Reload" button for the extension.
On the subject of useful extensions for VSC, check out this list of some possibilities.