Don't upload local settings to ssh remotes (#19577)

Closes: #18618

Release Notes:

- (breaking) SSH Remoting: stop uploading local settings to the remote.
This commit is contained in:
Conrad Irwin 2024-10-22 20:11:05 -06:00 committed by GitHub
parent 48674ec54c
commit 07e086b41e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 82 deletions

View file

@ -210,7 +210,7 @@ async fn test_remote_settings(cx: &mut TestAppContext, server_cx: &mut TestAppCo
AllLanguageSettings::get_global(cx)
.language(None, Some(&"Rust".into()), cx)
.language_servers,
["from-local-settings".to_string()]
["..."] // local settings are ignored
)
});