Remote Development with VSCode (SSH)



Remote Development with VSCode (SSH)

Remote Development with VSCode (SSH)

NOTES: https://codewithsusan.com/notes/remote-development-with-vscode

=== CHAPTERS ===
00:00 Why do Remote Development
00:55 Procedures – Extensions
02:34 Setting up the server for the example
5:05 Configure connection in VSCode
7:22 Connecting to the server
8:13 File explorer
9:55 Installing extensions
11:45 Optimizations
13:44 Swap file to prevent lockups
14:55 Server is public – consider HTTP auth

=== RELATED VIDEOS ===
→ HTTP Basic Authentication – Password Restrict an Entire Site (Nginx): https://youtu.be/u-6GtcQA15Y
→ Enable Swap Space an Ubuntu server – Easy Backup RAM Memory: https://youtu.be/JbGFs4_cg48

=== SUMMARY ===
Using VSCode’s Remote Development extension, you can do development work directly on a remote server. This offers a lot of benefits versus the traditional approach of running a development server on your own computer.