Merge branch 'main' into organizeImportsSettingsFix

This commit is contained in:
Isabel Duan
2024-10-30 15:50:10 -07:00
committed by GitHub
21 changed files with 118 additions and 172 deletions

View File

@@ -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": {