mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
19 lines
341 B
JSON
19 lines
341 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"id": 4,
|
|
"method": "completionItem/resolve",
|
|
"params": {
|
|
"label": "build",
|
|
"kind": 6,
|
|
"sortText": "1",
|
|
"insertTextFormat": 1,
|
|
"data": {
|
|
"tsc": {
|
|
"specifier": "file:///a/file.ts",
|
|
"position": 5,
|
|
"name": "build",
|
|
"useCodeSnippet": false
|
|
}
|
|
}
|
|
}
|
|
}
|