summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/initialize_params.json
AgeCommit message (Collapse)Author
2022-10-14fix(lsp): properly handle snippets on completions (#16274)Kitson Kelly
Fixes #15367
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly
Ref: denoland/vscode_deno#629
2022-01-24fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467)Kitson Kelly
Fixes #13437
2021-08-11chore: move test files to testdata directory (#11601)David Sherret