mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Merge branch 'main' into organizeImportsSettingsFix
This commit is contained in:
@@ -1793,71 +1793,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"codeActions": [
|
||||
{
|
||||
"languages": [
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"typescript",
|
||||
"typescriptreact"
|
||||
],
|
||||
"actions": [
|
||||
{
|
||||
"kind": "refactor.extract.constant",
|
||||
"title": "%codeActions.refactor.extract.constant.title%",
|
||||
"description": "%codeActions.refactor.extract.constant.description%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.extract.function",
|
||||
"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": "refactor.rewrite.import",
|
||||
"title": "%codeActions.refactor.rewrite.import.title%",
|
||||
"description": "%codeActions.refactor.rewrite.import.description%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.rewrite.export",
|
||||
"title": "%codeActions.refactor.rewrite.export.title%",
|
||||
"description": "%codeActions.refactor.rewrite.export.description%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.rewrite.arrow.braces",
|
||||
"title": "%codeActions.refactor.rewrite.arrow.braces.title%",
|
||||
"description": "%codeActions.refactor.rewrite.arrow.braces.description%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.rewrite.parameters.toDestructured",
|
||||
"title": "%codeActions.refactor.rewrite.parameters.toDestructured.title%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.rewrite.property.generateAccessors",
|
||||
"title": "%codeActions.refactor.rewrite.property.generateAccessors.title%",
|
||||
"description": "%codeActions.refactor.rewrite.property.generateAccessors.description%"
|
||||
},
|
||||
{
|
||||
"kind": "refactor.move.newFile",
|
||||
"title": "%codeActions.refactor.move.newFile.title%",
|
||||
"description": "%codeActions.refactor.move.newFile.description%"
|
||||
},
|
||||
{
|
||||
"kind": "source.organizeImports",
|
||||
"title": "%codeActions.source.organizeImports.title%"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user