mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(lsp): respect "typescript.suggestionActions.enabled" setting (#27373)
This commit is contained in:
parent
f9f5a12a16
commit
358bf566c2
6 changed files with 126 additions and 1 deletions
|
@ -1444,6 +1444,9 @@ mod tests {
|
|||
source_line: None,
|
||||
file_name: None,
|
||||
related_information: None,
|
||||
reports_deprecated: None,
|
||||
reports_unnecessary: None,
|
||||
other: Default::default(),
|
||||
}]),
|
||||
stats: Stats(vec![("a".to_string(), 12)])
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue