🧪 test: add LSP json fixtures and provider suite
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user