-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't show IP in SSH #1825
Comments
You could edit the string for "Workspace: {workspace}", I don't know if we can format the "{workspace}" variable, but it would be okay to give it a try. or disable the lowerDetails as I did. {
// Other configs
// ...,
"discord": {
"removeLowerDetails": true
}
} |
You can just give your server a name in your
Comes with the added benefit that it shows you your server name in VSCode and allows you to connect with |
Thanks |
Note for smarter contributors than me (or me in the future) : Could possibly use a regex expression to detect IP's and sanitize lower details before displaying |
When I'm working in a remote server over SSH, this extension shows my IP in the workspace field like
Workspace: CodeFolder [SSH 127.0.0.1]
. I get around this but setting my server to deactivate the extension, but I think it would be better if the extension had an option to hide IPs (and hiding should probably be on by default).The text was updated successfully, but these errors were encountered: