mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Fix setting
This commit is contained in:
@@ -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