|
|
|
|
|
by mardifoufs
965 days ago
|
|
I can press on a single button and get access to tons of remote servers without needing to use gateway. Also, the UI is much better than gateway, since it's not "included" whenever you ssh or open a websocket connection. Gateway works fine, but it's much heavier, clunkier and IME less reliable. In contrast, almost all extensions work just fine in VScode remote, and you can sync your settings across all machines that you have without doing anything. It's not really something jetbrains can do about it, but there's also the fact that vscode is almost a standard for one click remote dev so Gcloud, AWS and Azure integrate with it super well. I can access any machine on a single click, and open test envs too while having my settings synced on the browser too. Gateway being proprietary probably makes such integration impossible |
|
Maybe I'm being naïve here, but - why would you need your IDE to have access to remote servers? From a quick look at the landing pages for Gateway it looks like this is basically setting up an ssh connection to a remote server so that you can run your IDE locally but edit files on another server - why would that be advantageous? The only thing I can think of would be if your development machine isn't powerful enough to run your tests or a development version of your code, but I can't imagine that's particularly common?