I’m starting to work with JavaScript, and I plan to explore frameworks. While I currently use Visual Studio Code on my Mac, Windows, and Linux laptops, I’m considering the idea of self-hosting a Visual Studio Code server on my own VPS.(debian server).

I’ve also discovered the utility of Docker containers for my projects, allowing me to set up environments with the necessary tools like Node.js. This way, I can easily manage my development environment.

So, I’m curious, what’s your setup like? I’m trying to avoid the hassle of switching between three different computers or clients. I believe that if I can access my VPS and start working on my code, it would greatly streamline my development process.

  • gwillen@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    My experience has been that remote use of VS Code over SSH is completely seamless. I never had to install any packages or do anything to manage VS Code state on the server side. It handles everything itself.