In this video we explore how to add s/ftp capabilities to Visual Studio Code editor by using a free extension.
Subscribe: https://www.youtube.com/channel/UCFLH746QHyyzLSWxz34jwrQ?sub_confirmation=1
Timestamps
00:00 - Introduction
00:12 - Opening Project Folder
00:49 - Work Around for Bug Creating Project Folder
02:02 - Adding SFTP Extension to Visual Studio Cod
02:25 - Adding Git and GitHub Extensions
02:49 - Configuring SFTP .vscode/sftp.json file
05:10 - Adding ignore configuration to .vscode/sftp.json properties file
05:55 - Sync Remote to Local
06:40 - Adding password configuration to .vscode/sftp.json properties file
07:38 - Pushing updates via sfpt extension
08:55 - Validating code pushed to webhosting site
09:22 - Validating on webhosting site
09:37 - Closing