Skip to content

Commit d70ff59

Browse files
committed
Update Commands reference
1 parent 083287c commit d70ff59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/references/commands.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ let success = await commands.executeCommand('vscode.openFolder', uri);
270270
* _title_ - Human readable title for the diff editor
271271
* _options_ - (optional) Either the column in which to open, or editor options (see vscode.TextDocumentShowOptions)
272272

273+
`vscode.changes` - Opens a list of resources in the changes editor to compare their contents.
274+
275+
* _title_ - Human readable title for the changes editor
276+
* _resourceList_ - List of resources to compare
277+
273278
`vscode.prepareTypeHierarchy` - Prepare type hierarchy at a position inside a document
274279

275280
* _uri_ - Uri of a text document

0 commit comments

Comments
 (0)