Sync config with ssh remotes (#17349)
Release Notes: - N/A --------- Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
4b094798e0
commit
7fb94c4c4d
13 changed files with 609 additions and 193 deletions
|
@ -151,7 +151,7 @@ impl<'a, T: Serialize> SettingsSources<'a, T> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub struct SettingsLocation<'a> {
|
||||
pub worktree_id: usize,
|
||||
pub path: &'a Path,
|
||||
|
@ -309,8 +309,8 @@ impl SettingsStore {
|
|||
|
||||
/// Get the user's settings as a raw JSON value.
|
||||
///
|
||||
/// This is only for debugging and reporting. For user-facing functionality,
|
||||
/// use the typed setting interface.
|
||||
/// For user-facing functionality use the typed setting interface.
|
||||
/// (e.g. ProjectSettings::get_global(cx))
|
||||
pub fn raw_user_settings(&self) -> &serde_json::Value {
|
||||
&self.raw_user_settings
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue