summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/code_action_resolve_params_imports.json
AgeCommit message (Collapse)Author
2023-03-08refactor(lsp): improve test client initialization (#18015)David Sherret
2022-12-29fix(lsp): "Add all missing imports" uses correct specifiers (#17216)Bartek IwaƄczuk
This commit fixes "Add all missing imports" quick fix; before it was replacing all occurrences with the same specifier. Now every line returned from TSC is processed individually.
2021-08-11chore: move test files to testdata directory (#11601)David Sherret