This commit is contained in:
Johannes Rieken
2016-07-06 15:47:49 +02:00
parent 05ea65d36b
commit ce6cf7b1e8

View File

@@ -114,7 +114,7 @@ class ExtHostApiCommands {
returns: 'A promise that resolves to an array of Command-instances.'
});
this._register('vscode.executeCodeLensProvider', this._executeCodeLensProvider, {
description: 'Execute completion item provider.',
description: 'Execute code lens provider.',
args: [
{ name: 'uri', description: 'Uri of a text document', constraint: URI }
],