rafaelmaiolla / remote-vscode

A package that implements the Textmate's 'rmate' feature for Visual Studio Code.
MIT License
260 stars 33 forks source link

hide errors when remote is not available #46

Open CarloLucibello opened 6 years ago

CarloLucibello commented 6 years ago

Hi, I use vscode in situations where internet connection is not available or when when the remote server is offline. Is there away to deactivate all the annoying error messages and the terminal popping up?

Bye, Carlo

rafaelmaiolla commented 6 years ago

Maybe we can add a setting to disable all errors.

sarim commented 6 years ago

Just replying here instead of opening a new issue bcz i think its kinda relevant. Every new vscode window tries to open a new server, and gives error port already in use. Is there any way to fix that? No need to try to open another instance of remote-server when its already open. Maybe some kind of secret handshake with specified/default port to determine if port is being used by another instance of remote server or not?

It would be like this,