Enable Subversion under Visual Studio Code - quasics/quasics-frc-sw-2015 GitHub Wiki

  1. Start the Visual Studio Code (VSC) application.
  2. Use <Ctrl+Shift+X> to switch to the Extensions manager.
  3. In the "Search Extensions in Marketplace" field, type "SVN".
  4. 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".
  5. Click on the "Reload" button for the extension.

On the subject of useful extensions for VSC, check out this list of some possibilities.