mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Fix setting
This commit is contained in:
@@ -1116,7 +1116,13 @@
|
|||||||
"inline",
|
"inline",
|
||||||
"first"
|
"first"
|
||||||
],
|
],
|
||||||
"default": "auto"
|
"default": "auto",
|
||||||
|
"markdownEnumDescriptions": [
|
||||||
|
"%typescript.preferences.organizeImports.typeOrder.auto%",
|
||||||
|
"%typescript.preferences.organizeImports.typeOrder.last%",
|
||||||
|
"%typescript.preferences.organizeImports.typeOrder.inline%",
|
||||||
|
"%typescript.preferences.organizeImports.typeOrder.first%"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"unicodeCollation": {
|
"unicodeCollation": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -1180,7 +1186,13 @@
|
|||||||
"inline",
|
"inline",
|
||||||
"first"
|
"first"
|
||||||
],
|
],
|
||||||
"default": "auto"
|
"default": "auto",
|
||||||
|
"markdownEnumDescriptions": [
|
||||||
|
"%typescript.preferences.organizeImports.typeOrder.auto%",
|
||||||
|
"%typescript.preferences.organizeImports.typeOrder.last%",
|
||||||
|
"%typescript.preferences.organizeImports.typeOrder.inline%",
|
||||||
|
"%typescript.preferences.organizeImports.typeOrder.first%"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"unicodeCollation": {
|
"unicodeCollation": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@@ -201,7 +201,7 @@ export default class FileConfigurationManager extends Disposable {
|
|||||||
interactiveInlayHints: true,
|
interactiveInlayHints: true,
|
||||||
includeCompletionsForModuleExports: config.get<boolean>('suggest.autoImports'),
|
includeCompletionsForModuleExports: config.get<boolean>('suggest.autoImports'),
|
||||||
...getInlayHintsPreferences(config),
|
...getInlayHintsPreferences(config),
|
||||||
...this.getOrganizeImportsPreferences(config),
|
...this.getOrganizeImportsPreferences(preferencesConfig),
|
||||||
};
|
};
|
||||||
|
|
||||||
return preferences;
|
return preferences;
|
||||||
|
|||||||
Reference in New Issue
Block a user