feat(lsp): respect "typescript.preferences.quoteStyle" when deno.json is absent (#20891)

This commit is contained in:
Nayeem Rahman 2023-10-17 02:51:42 +01:00 committed by GitHub
parent ebb7fe412e
commit 659cd90758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 250 additions and 36 deletions

View file

@ -3014,7 +3014,6 @@ impl Inner {
(&self.fmt_options.options).into(),
tsc::UserPreferences {
allow_text_changes_in_new_files: Some(true),
quote_preference: Some((&self.fmt_options.options).into()),
..Default::default()
},
)