🧪 test: add LSP json fixtures and provider suite
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
"method": "textDocument/didOpen",
|
||||
"params": {
|
||||
"textDocument": {
|
||||
"uri": "file:///home/cobia/test_lsp/1.tsl",
|
||||
"uri": "{{MAIN_UNIT_URI}}",
|
||||
"languageId": "tsl",
|
||||
"version": 1,
|
||||
"text": "function aaa();\nbegin\nend;"
|
||||
"text": {{MAIN_UNIT_TEXT}}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user