mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Update description of recommendations prop
This commit is contained in:
@@ -14,7 +14,7 @@ export const Schema: IJSONSchema = {
|
||||
properties: {
|
||||
recommendations: {
|
||||
type: 'array',
|
||||
description: localize('app.extensions.json.recommendations', "List of extension recommendations."),
|
||||
description: localize('app.extensions.json.recommendations', "List of extensions recommendations. The identifier of an extension is always ${publisher}.${name}. For example: vscode.csharp."),
|
||||
items: {
|
||||
'type': 'string',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user