Format complex command descriptions for better generated Markdown.

This commit is contained in:
Greg Van Liew
2016-09-22 15:57:57 -07:00
parent 0cf21a86a1
commit f83d860a44
4 changed files with 36 additions and 36 deletions

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 code lens provider.',
description: 'Execute CodeLens provider.',
args: [
{ name: 'uri', description: 'Uri of a text document', constraint: URI }
],