mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 19:59:37 +00:00
[typescript-language-features] Pass through all typescript.unstable.* settings (#151472)
Pass through all `typescript.unstable.*` settings
This commit is contained in:
@@ -174,6 +174,7 @@ export default class FileConfigurationManager extends Disposable {
|
||||
document);
|
||||
|
||||
const preferences: Proto.UserPreferences = {
|
||||
...config.get('unstable'),
|
||||
quotePreference: this.getQuoteStylePreference(preferencesConfig),
|
||||
importModuleSpecifierPreference: getImportModuleSpecifierPreference(preferencesConfig),
|
||||
importModuleSpecifierEnding: getImportModuleSpecifierEndingPreference(preferencesConfig),
|
||||
|
||||
Reference in New Issue
Block a user