We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0731941 commit ade13b4Copy full SHA for ade13b4
core/config/load.ts
@@ -86,7 +86,7 @@ async function fetchRemoteConfig(url: string): Promise<any> {
86
const configMergeKeys = {
87
models: (a: any, b: any) => a.title === b.title,
88
commandModels: (a: any, b: any) => a.title === b.title,
89
- tabAutoCompleteModels: (a: any, b: any) => a.title === b.title,
+ tabAutocompleteModels: (a: any, b: any) => a.title === b.title,
90
};
91
92
async function loadSerializedConfig(
0 commit comments