fix(lsp): respect "typescript.suggestionActions.enabled" setting (#27373)

This commit is contained in:
Nayeem Rahman 2024-12-16 17:25:49 +00:00 committed by GitHub
parent f9f5a12a16
commit 358bf566c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 126 additions and 1 deletions

View file

@ -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)])
})