mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
41 lines
743 B
JSON
41 lines
743 B
JSON
{
|
|
"textDocument": {
|
|
"uri": "file:///a/file.ts"
|
|
},
|
|
"range": {
|
|
"start": {
|
|
"line": 0,
|
|
"character": 19
|
|
},
|
|
"end": {
|
|
"line": 0,
|
|
"character": 49
|
|
}
|
|
},
|
|
"context": {
|
|
"diagnostics": [
|
|
{
|
|
"range": {
|
|
"start": {
|
|
"line": 0,
|
|
"character": 19
|
|
},
|
|
"end": {
|
|
"line": 0,
|
|
"character": 49
|
|
}
|
|
},
|
|
"severity": 1,
|
|
"code": "no-cache",
|
|
"source": "deno",
|
|
"message": "Unable to load the remote module: \"https://deno.land/x/a/mod.ts\".",
|
|
"data": {
|
|
"specifier": "https://deno.land/x/a/mod.ts"
|
|
}
|
|
}
|
|
],
|
|
"only": [
|
|
"quickfix"
|
|
]
|
|
}
|
|
}
|