diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-01-22 21:03:16 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 21:03:16 +1100 |
| commit | 1a9209d1e3ed297c96a698550ab833c54c02a4ee (patch) | |
| tree | 21be94f78196af33dd4a59c40fbfe2e7fa744922 /cli/tests/lsp/hover_request_mbc.json | |
| parent | ffa920e4b9594f201756f9eeca542e5dfb8576d1 (diff) | |
fix(lsp): handle mbc documents properly (#9151)
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
Diffstat (limited to 'cli/tests/lsp/hover_request_mbc.json')
| -rw-r--r-- | cli/tests/lsp/hover_request_mbc.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/tests/lsp/hover_request_mbc.json b/cli/tests/lsp/hover_request_mbc.json new file mode 100644 index 000000000..6821fb0ff --- /dev/null +++ b/cli/tests/lsp/hover_request_mbc.json @@ -0,0 +1,14 @@ +{ + "jsonrpc": "2.0", + "id": 2, + "method": "textDocument/hover", + "params": { + "textDocument": { + "uri": "file:///a/file.ts" + }, + "position": { + "line": 2, + "character": 14 + } + } +} |
