🧪 test: add LSP json fixtures and provider suite

This commit is contained in:
csh
2025-12-21 15:39:33 +08:00
parent 53f4588c53
commit bb0cbde79c
33 changed files with 2934 additions and 20 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"jsonrpc": "2.0",
"id": 0,
"id": 1,
"method": "initialize",
"params": {
"processId": 61310,
@@ -9,8 +9,8 @@
"version": "1.102.0"
},
"locale": "en",
"rootPath": "/home/cobia/test_lsp",
"rootUri": "file:///home/cobia/test_lsp",
"rootPath": "{{WORKSPACE_PATH}}",
"rootUri": "{{WORKSPACE_URI}}",
"capabilities": {
"workspace": {
"applyEdit": true,
@@ -479,7 +479,7 @@
"trace": "off",
"workspaceFolders": [
{
"uri": "file:///home/cobia/test_lsp",
"uri": "{{WORKSPACE_URI}}",
"name": "test_lsp"
}
]