2021-05-29 07:21:11 -04:00
|
|
|
[
|
|
|
|
{
|
2022-12-29 15:07:09 -05:00
|
|
|
"title": "Add import from \"./file02.ts\"",
|
2021-05-29 07:21:11 -04:00
|
|
|
"kind": "quickfix",
|
|
|
|
"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
|
|
|
}
|
|
|
|
],
|
|
|
|
"edit": {
|
|
|
|
"documentChanges": [
|
|
|
|
{
|
|
|
|
"textDocument": {
|
2022-12-29 15:07:09 -05:00
|
|
|
"uri": "file:///a/file00.ts",
|
2021-05-29 07:21:11 -04:00
|
|
|
"version": 1
|
|
|
|
},
|
|
|
|
"edits": [
|
|
|
|
{
|
|
|
|
"range": {
|
|
|
|
"start": {
|
|
|
|
"line": 0,
|
|
|
|
"character": 0
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"line": 0,
|
|
|
|
"character": 0
|
|
|
|
}
|
|
|
|
},
|
2022-12-29 15:07:09 -05:00
|
|
|
"newText": "import { DuckConfigOptions } from \"./file02.ts\";\n\n"
|
2021-05-29 07:21:11 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "Add all missing imports",
|
|
|
|
"kind": "quickfix",
|
|
|
|
"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
|
|
|
}
|
|
|
|
],
|
|
|
|
"data": {
|
2022-12-29 15:07:09 -05:00
|
|
|
"specifier": "file:///a/file00.ts",
|
2021-05-29 07:21:11 -04:00
|
|
|
"fixId": "fixMissingImport"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2022-12-29 15:07:09 -05:00
|
|
|
"title": "Add import from \"./file01.ts\"",
|
2021-05-29 07:21:11 -04:00
|
|
|
"kind": "quickfix",
|
|
|
|
"diagnostics": [
|
|
|
|
{
|
|
|
|
"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
|
|
|
}
|
|
|
|
],
|
|
|
|
"edit": {
|
|
|
|
"documentChanges": [
|
|
|
|
{
|
|
|
|
"textDocument": {
|
2022-12-29 15:07:09 -05:00
|
|
|
"uri": "file:///a/file00.ts",
|
2021-05-29 07:21:11 -04:00
|
|
|
"version": 1
|
|
|
|
},
|
|
|
|
"edits": [
|
|
|
|
{
|
|
|
|
"range": {
|
|
|
|
"start": {
|
|
|
|
"line": 0,
|
|
|
|
"character": 0
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"line": 0,
|
|
|
|
"character": 0
|
|
|
|
}
|
|
|
|
},
|
2022-12-29 15:07:09 -05:00
|
|
|
"newText": "import { DuckConfig } from \"./file01.ts\";\n\n"
|
2021-05-29 07:21:11 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|