feat: autocompletions

This commit is contained in:
2026-03-11 14:28:43 +01:00
parent da8ce47f8b
commit a0de93f98c
13 changed files with 7054 additions and 8 deletions

View File

@@ -46,5 +46,29 @@ namespace CarManagerV3.Properties {
this["AllowPrerelease"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("2026-01-01")]
public global::System.DateTime LastFetchedAutoCompletions {
get {
return ((global::System.DateTime)(this["LastFetchedAutoCompletions"]));
}
set {
this["LastFetchedAutoCompletions"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("24.00:00:00")]
public global::System.TimeSpan FetchAutoCompletionsInterval {
get {
return ((global::System.TimeSpan)(this["FetchAutoCompletionsInterval"]));
}
set {
this["FetchAutoCompletionsInterval"] = value;
}
}
}
}