mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 07:47:46 +00:00
feat(lsp): respect "typescript.preferences.quoteStyle" when deno.json is absent (#20891)
This commit is contained in:
parent
ebb7fe412e
commit
659cd90758
4 changed files with 250 additions and 36 deletions
|
@ -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()
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue