mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Document extract constant and extract type alias
This commit is contained in:
@@ -886,6 +886,16 @@
|
||||
"title": "%codeActions.refactor.extract.function.title%",
|
||||
"description": "%codeActions.refactor.extract.function.description%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.extract.interface",
|
||||
"title": "%codeActions.refactor.extract.interface.title%",
|
||||
"description": "%codeActions.refactor.extract.interface.description%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.extract.type",
|
||||
"title": "%codeActions.refactor.extract.type.title%",
|
||||
"description": "%codeActions.refactor.extract.type.description%"
|
||||
},
|
||||
{
|
||||
"kind": "source.organizeImports",
|
||||
"title": "%codeActions.source.organizeImports.title%"
|
||||
|
||||
Reference in New Issue
Block a user