mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 15:49:44 -05:00
728d205d9d
Closes: denoland/vscode_deno#433
20 lines
389 B
JSON
20 lines
389 B
JSON
{
|
|
"title": "Extract to interface",
|
|
"kind": "refactor.extract.interface",
|
|
"isPreferred": true,
|
|
"data": {
|
|
"specifier": "file:///a/file.ts",
|
|
"range": {
|
|
"start": {
|
|
"line": 0,
|
|
"character": 7
|
|
},
|
|
"end": {
|
|
"line": 0,
|
|
"character": 33
|
|
}
|
|
},
|
|
"refactorName": "Extract type",
|
|
"actionName": "Extract to interface"
|
|
}
|
|
}
|