summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/document_symbol_response.json
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-11-23 11:08:56 +1100
committerGitHub <noreply@github.com>2021-11-23 11:08:56 +1100
commitbf5657cd590a0624d614a09ff6fc3538f94643da (patch)
tree26420625430f9b043d8406ed21039fb962b7a502 /cli/tests/testdata/lsp/document_symbol_response.json
parent3abe31252e02c3488727c7aa15a4d3a301d96531 (diff)
feat(lsp): add workspace symbol provider (#12787)
Diffstat (limited to 'cli/tests/testdata/lsp/document_symbol_response.json')
-rw-r--r--cli/tests/testdata/lsp/document_symbol_response.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/cli/tests/testdata/lsp/document_symbol_response.json b/cli/tests/testdata/lsp/document_symbol_response.json
index 54c89cc09..90dd76411 100644
--- a/cli/tests/testdata/lsp/document_symbol_response.json
+++ b/cli/tests/testdata/lsp/document_symbol_response.json
@@ -148,7 +148,7 @@
},
{
"name": "staticBar",
- "kind": 7,
+ "kind": 8,
"range": {
"start": {
"line": 11,
@@ -171,8 +171,8 @@
}
},
{
- "name": "value",
- "kind": 7,
+ "name": "(get) value",
+ "kind": 8,
"range": {
"start": {
"line": 9,
@@ -195,8 +195,8 @@
}
},
{
- "name": "value",
- "kind": 7,
+ "name": "(set) value",
+ "kind": 8,
"range": {
"start": {
"line": 10,
@@ -220,7 +220,7 @@
},
{
"name": "x",
- "kind": 7,
+ "kind": 8,
"range": {
"start": {
"line": 5,