mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Updat codeActions contribtions schema based on https://github.com/microsoft/vscode/issues/82718#issuecomment-550468267
- Adds a description - Remove schama - Moves the language to the top level so we don't need to duplicate so much info for each code action
This commit is contained in:
@@ -76,6 +76,9 @@
|
||||
"configuration.surveys.enabled": "Enabled/disable occasional surveys that help us improve VS Code's JavaScript and TypeScript support.",
|
||||
"configuration.suggest.completeJSDocs": "Enable/disable suggestion to complete JSDoc comments.",
|
||||
"typescript.preferences.renameShorthandProperties": "Enable/disable introducing aliases for object shorthand properties during renames. Requires using TypeScript 3.4 or newer in the workspace.",
|
||||
"codeActions.refactor.extract.constant": "Extract constant",
|
||||
"codeActions.source.organizeImports": "Organize imports"
|
||||
"codeActions.refactor.extract.constant.title": "Extract constant",
|
||||
"codeActions.refactor.extract.constant.description": "Extract an expression to constant.",
|
||||
"codeActions.refactor.extract.function.title": "Extract function",
|
||||
"codeActions.refactor.extract.function.description": "Extract an expression to method or function.",
|
||||
"codeActions.source.organizeImports.title": "Organize imports"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user