mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-19 17:58:39 +00:00
Fix setting
This commit is contained in:
@@ -1116,7 +1116,13 @@
|
||||
"inline",
|
||||
"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": {
|
||||
"type": "string",
|
||||
@@ -1180,7 +1186,13 @@
|
||||
"inline",
|
||||
"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": {
|
||||
"type": "string",
|
||||
|
||||
@@ -201,7 +201,7 @@ export default class FileConfigurationManager extends Disposable {
|
||||
interactiveInlayHints: true,
|
||||
includeCompletionsForModuleExports: config.get<boolean>('suggest.autoImports'),
|
||||
...getInlayHintsPreferences(config),
|
||||
...this.getOrganizeImportsPreferences(config),
|
||||
...this.getOrganizeImportsPreferences(preferencesConfig),
|
||||
};
|
||||
|
||||
return preferences;
|
||||
|
||||
Reference in New Issue
Block a user