Pick up TS 4.5 nightly for insiders

This commit is contained in:
Matt Bierner
2021-10-29 13:09:20 -07:00
parent cbb63adc2f
commit 1fbdd010dc
3 changed files with 5 additions and 6 deletions

View File

@@ -191,7 +191,6 @@ export default class FileConfigurationManager extends Disposable {
quotePreference: this.getQuoteStylePreference(preferencesConfig),
importModuleSpecifierPreference: getImportModuleSpecifierPreference(preferencesConfig),
importModuleSpecifierEnding: getImportModuleSpecifierEndingPreference(preferencesConfig),
// @ts-expect-error until TS 4.5 protocol update
jsxAttributeCompletionStyle: getJsxAttributeCompletionStyle(preferencesConfig),
allowTextChangesInNewFiles: document.uri.scheme === fileSchemes.file,
providePrefixAndSuffixTextForRename: preferencesConfig.get<boolean>('renameShorthandProperties', true) === false ? false : preferencesConfig.get<boolean>('useAliasesForRenames', true),