diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-03-16 09:01:41 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-16 09:01:41 +1100 |
| commit | 506b321d472005d0cf916823dfa8ea37fa0b064a (patch) | |
| tree | 6e4da0350772c1143a6efcfaabf99155623fe724 /cli/tests/lsp/did_open_notification_completions.json | |
| parent | 2ff9b01551d4bdb3a820774252706d4e58bceaba (diff) | |
refactor(lsp): refactor completions and add tests (#9789)
Diffstat (limited to 'cli/tests/lsp/did_open_notification_completions.json')
| -rw-r--r-- | cli/tests/lsp/did_open_notification_completions.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cli/tests/lsp/did_open_notification_completions.json b/cli/tests/lsp/did_open_notification_completions.json new file mode 100644 index 000000000..edcdc9373 --- /dev/null +++ b/cli/tests/lsp/did_open_notification_completions.json @@ -0,0 +1,12 @@ +{ + "jsonrpc": "2.0", + "method": "textDocument/didOpen", + "params": { + "textDocument": { + "uri": "file:///a/file.ts", + "languageId": "typescript", + "version": 1, + "text": "Deno." + } + } +} |
