VIDEO – Demo of “SPGo” Visual Studio Code Extension
Wanted to show how SPGO extension can help with local folder editing for remote SharePoint files. Local save (Ctrl+S) will automatically run upload in the background to destination Document Library. Configuring JSON for workspace, populate first run, download files, and upload files. Cheers!

Video
Code
{ "sourceDirectory": "src", "sharePointSiteUrl": "https://spjeff.sharepoint.com", "publishingScope": "SaveOnly", "authenticationType": "Forms", "remoteFolders" : ["/SiteAssets"] }