feat: autocompletions
This commit is contained in:
24
CarManagerV3/Properties/Settings.Designer.cs
generated
24
CarManagerV3/Properties/Settings.Designer.cs
generated
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user