mirror of
https://github.com/denoland/deno.git
synced 2025-02-19 03:43:00 -05:00
18 lines
310 B
JSON
18 lines
310 B
JSON
![]() |
{
|
||
|
"jsonrpc": "2.0",
|
||
|
"id": 4,
|
||
|
"method": "completionItem/resolve",
|
||
|
"params": {
|
||
|
"label": "build",
|
||
|
"kind": 6,
|
||
|
"sortText": "1",
|
||
|
"insertTextFormat": 1,
|
||
|
"data": {
|
||
|
"specifier": "file:///a/file.ts",
|
||
|
"position": 5,
|
||
|
"name": "build",
|
||
|
"useCodeSnippet": false
|
||
|
}
|
||
|
}
|
||
|
}
|