🧪 test: add LSP json fixtures and provider suite
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"jsonrpc": "2.0",
|
||||
"method": "textDocument/didOpen",
|
||||
"params": {
|
||||
"textDocument": {
|
||||
"uri": "{{MAIN_UNIT_URI}}",
|
||||
"languageId": "tsl",
|
||||
"version": 1,
|
||||
"text": {{MAIN_UNIT_TEXT}}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user