mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
Pass along autoImport setting on TS file settings (#211803)
This commit is contained in:
@@ -198,6 +198,7 @@ export default class FileConfigurationManager extends Disposable {
|
||||
displayPartsForJSDoc: true,
|
||||
disableLineTextInReferences: true,
|
||||
interactiveInlayHints: true,
|
||||
includeCompletionsForModuleExports: config.get<boolean>('suggest.autoImports'),
|
||||
...getInlayHintsPreferences(config),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user