Fix VS Code settings file location on Linux (#31242)
Refs #30117 Release Notes: - N/A
This commit is contained in:
parent
29f0762b6c
commit
7e87916642
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ pub fn vscode_settings_file() -> &'static PathBuf {
|
||||||
.join("Library/Application Support")
|
.join("Library/Application Support")
|
||||||
.join(rel_path)
|
.join(rel_path)
|
||||||
} else {
|
} else {
|
||||||
config_dir().join(rel_path)
|
home_dir().join(".config").join(rel_path)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue