Remove code action contribution section (#232664)

This was never fully implemented and I'm not sure we're going to move forward with the static contribution proposal
This commit is contained in:
Matt Bierner
2024-10-30 14:03:43 -07:00
committed by GitHub
parent 1b97a8726a
commit 8875f03ec8
2 changed files with 0 additions and 85 deletions

View File

@@ -1777,71 +1777,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": {