mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
301d3e4b68
Resolves #8400
12 lines
236 B
JSON
12 lines
236 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"method": "textDocument/didOpen",
|
|
"params": {
|
|
"textDocument": {
|
|
"uri": "file:///a/file.ts",
|
|
"languageId": "typescript",
|
|
"version": 1,
|
|
"text": "console.log(Deno.args);\n"
|
|
}
|
|
}
|
|
}
|