Skip to content

Commit 6fed60f

Browse files
committed
Fix formatting
Introduced by PR
1 parent 2b3f9ad commit 6fed60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/typescript-language-features/src/languageFeatures/fileConfigurationManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default class FileConfigurationManager extends Disposable {
191191
quotePreference: this.getQuoteStylePreference(preferencesConfig),
192192
importModuleSpecifierPreference: getImportModuleSpecifierPreference(preferencesConfig),
193193
importModuleSpecifierEnding: getImportModuleSpecifierEndingPreference(preferencesConfig),
194-
// @ts-expect-error until TS 4.5 protocol update
194+
// @ts-expect-error until TS 4.5 protocol update
195195
jsxAttributeCompletionStyle: getJsxAttributeCompletionStyle(preferencesConfig),
196196
allowTextChangesInNewFiles: document.uri.scheme === fileSchemes.file,
197197
providePrefixAndSuffixTextForRename: preferencesConfig.get<boolean>('renameShorthandProperties', true) === false ? false : preferencesConfig.get<boolean>('useAliasesForRenames', true),

0 commit comments

Comments
 (0)