Fix spurious setting error logs on non-existent setting keys
This commit is contained in:
parent
fb11c3e4bf
commit
e32233c826
6 changed files with 29 additions and 26 deletions
|
@ -49,7 +49,7 @@ pub struct CopilotSettings {
|
|||
pub disabled_globs: Vec<GlobMatcher>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Serialize, Deserialize, JsonSchema)]
|
||||
#[derive(Clone, Default, Serialize, Deserialize, JsonSchema)]
|
||||
pub struct AllLanguageSettingsContent {
|
||||
#[serde(default)]
|
||||
pub features: Option<FeaturesContent>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue