mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
ec6317e894
Fixes #9920
20 lines
354 B
JSON
20 lines
354 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"id": 4,
|
|
"method": "completionItem/resolve",
|
|
"params": {
|
|
"label": "b?",
|
|
"kind": 5,
|
|
"sortText": "1",
|
|
"filterText": "b",
|
|
"insertText": "b",
|
|
"data": {
|
|
"tsc": {
|
|
"specifier": "file:///a/file.ts",
|
|
"position": 79,
|
|
"name": "b",
|
|
"useCodeSnippet": false
|
|
}
|
|
}
|
|
}
|
|
}
|