diff --git a/crates/paths/src/paths.rs b/crates/paths/src/paths.rs index d10fefbf6a..83bb7e14a0 100644 --- a/crates/paths/src/paths.rs +++ b/crates/paths/src/paths.rs @@ -414,7 +414,7 @@ pub fn local_vscode_launch_file_relative_path() -> &'static Path { /// Returns the path to the vscode user settings file pub fn vscode_settings_file() -> &'static PathBuf { static LOGS_DIR: OnceLock = OnceLock::new(); - let rel_path = "Code/User/Settings.json"; + let rel_path = "Code/User/settings.json"; LOGS_DIR.get_or_init(|| { if cfg!(target_os = "macos") { home_dir()