summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-11-09 21:45:40 +1100
committerGitHub <noreply@github.com>2021-11-09 21:45:40 +1100
commit31fde9deba6d4ca55293d60a030babd8d4ce12af (patch)
tree7399ba3da50c2fdb290c4e449cff934ff3a6c4b1 /cli/tests
parent22dd1b90c4eb5671decd458cc70935898f9ccf0d (diff)
chore(lsp): align ScriptElementKind to current versions of TypeScript/vscode (#12663)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/testdata/lsp/document_symbol_response.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/testdata/lsp/document_symbol_response.json b/cli/tests/testdata/lsp/document_symbol_response.json
index 89d56ef70..54c89cc09 100644
--- a/cli/tests/testdata/lsp/document_symbol_response.json
+++ b/cli/tests/testdata/lsp/document_symbol_response.json
@@ -320,7 +320,7 @@
"children": [
{
"name": "value1",
- "kind": 13,
+ "kind": 22,
"range": {
"start": {
"line": 15,
@@ -344,7 +344,7 @@
},
{
"name": "value2",
- "kind": 13,
+ "kind": 22,
"range": {
"start": {
"line": 15,