2021-05-29 07:21:11 -04:00
|
|
|
{
|
|
|
|
"textDocument": {
|
2022-12-29 15:07:09 -05:00
|
|
|
"uri": "file:///a/file00.ts"
|
2021-05-29 07:21:11 -04:00
|
|
|
},
|
|
|
|
"range": {
|
|
|
|
"start": {
|
2022-12-29 15:07:09 -05:00
|
|
|
"line": 0,
|
|
|
|
"character": 0
|
2021-05-29 07:21:11 -04:00
|
|
|
},
|
|
|
|
"end": {
|
2022-12-29 15:07:09 -05:00
|
|
|
"line": 6,
|
|
|
|
"character": 0
|
2021-05-29 07:21:11 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"context": {
|
|
|
|
"diagnostics": [
|
|
|
|
{
|
|
|
|
"range": {
|
|
|
|
"start": {
|
2022-12-29 15:07:09 -05:00
|
|
|
"line": 0,
|
|
|
|
"character": 50
|
2021-05-29 07:21:11 -04:00
|
|
|
},
|
|
|
|
"end": {
|
2022-12-29 15:07:09 -05:00
|
|
|
"line": 0,
|
|
|
|
"character": 67
|
2021-05-29 07:21:11 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"severity": 1,
|
|
|
|
"code": 2304,
|
|
|
|
"source": "deno-ts",
|
2022-12-29 15:07:09 -05:00
|
|
|
"message": "Cannot find name 'DuckConfigOptions'."
|
2021-05-29 07:21:11 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"range": {
|
|
|
|
"start": {
|
2022-12-29 15:07:09 -05:00
|
|
|
"line": 4,
|
|
|
|
"character": 39
|
2021-05-29 07:21:11 -04:00
|
|
|
},
|
|
|
|
"end": {
|
2022-12-29 15:07:09 -05:00
|
|
|
"line": 4,
|
|
|
|
"character": 49
|
2021-05-29 07:21:11 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"severity": 1,
|
|
|
|
"code": 2304,
|
|
|
|
"source": "deno-ts",
|
2022-12-29 15:07:09 -05:00
|
|
|
"message": "Cannot find name 'DuckConfig'."
|
2021-05-29 07:21:11 -04:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"only": [
|
|
|
|
"quickfix"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|