diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-03-08 18:15:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-08 23:15:20 +0000 |
| commit | 25d98ca289af64f85759fe10c8808afbfb7011e3 (patch) | |
| tree | 79f0126791ae317b030696b7c507dee6420a660e /cli/tests/testdata/lsp/outgoing_calls_params.json | |
| parent | f2e5e01832a40eb71be82f1b46304c56aa2e8dba (diff) | |
refactor(lsp): improve test client initialization (#18015)
Diffstat (limited to 'cli/tests/testdata/lsp/outgoing_calls_params.json')
| -rw-r--r-- | cli/tests/testdata/lsp/outgoing_calls_params.json | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/cli/tests/testdata/lsp/outgoing_calls_params.json b/cli/tests/testdata/lsp/outgoing_calls_params.json deleted file mode 100644 index 6b38d26ee..000000000 --- a/cli/tests/testdata/lsp/outgoing_calls_params.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "item": { - "name": "baz", - "kind": 6, - "detail": "Bar", - "uri": "file:///a/file.ts", - "range": { - "start": { - "line": 5, - "character": 2 - }, - "end": { - "line": 7, - "character": 3 - } - }, - "selectionRange": { - "start": { - "line": 5, - "character": 2 - }, - "end": { - "line": 5, - "character": 5 - } - } - } -} |
