[typescript-language-features] Pass through all typescript.unstable.* settings (#151472)

Pass through all `typescript.unstable.*` settings
This commit is contained in:
Andrew Branch 2022-06-08 11:53:06 -07:00 committed by GitHub
parent 06c4b0aa5a
commit 5a32c3ff17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),