This commit is contained in:
Sandeep Somavarapu 2018-02-27 14:06:51 +01:00
parent f7cc780a32
commit 6e42dea30d

View file

@ -266,7 +266,7 @@ const schema: IJSONSchema = {
type: 'string'
},
'vscode:uninstall': {
description: nls.localize('vscode.extension.scripts.uninstall', 'Script executed after the extension is uninstalled from VS Code. Only Node script is supported.'),
description: nls.localize('vscode.extension.scripts.uninstall', 'Script executed after the extension is uninstalled from VS Code (after restarting VS Code). Only Node scripts are supported.'),
type: 'string'
}
}