Merge pull request #12490 from gregvanl/master

Format complex command descriptions for better generated Markdown.
This commit is contained in:
Johannes Rieken
2016-09-23 18:00:05 +02:00
committed by GitHub
4 changed files with 31 additions and 31 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 }
],