mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 11:49:38 +00:00
Pick up TS 5.9-beta for built-in support
This commit is contained in:
@@ -208,7 +208,6 @@ export default class FileConfigurationManager extends Disposable {
|
||||
includeCompletionsForModuleExports: config.get<boolean>('suggest.autoImports'),
|
||||
...getInlayHintsPreferences(config),
|
||||
...this.getOrganizeImportsPreferences(preferencesConfig),
|
||||
// @ts-expect-error until TS 5.9
|
||||
maximumHoverLength: this.getMaximumHoverLength(document),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user