mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Move code action documentation contribution point to come from metadata
For #86788
This commit is contained in:
@@ -51,15 +51,6 @@
|
||||
],
|
||||
"main": "./out/extension",
|
||||
"contributes": {
|
||||
"documentation": {
|
||||
"refactoring": [
|
||||
{
|
||||
"title": "%documentation.refactoring.title%",
|
||||
"when": "typescript.isManagedFile",
|
||||
"command": "_typescript.learnMoreAboutRefactorings"
|
||||
}
|
||||
]
|
||||
},
|
||||
"jsonValidation": [
|
||||
{
|
||||
"fileMatch": "package.json",
|
||||
|
||||
Reference in New Issue
Block a user