Merge pull request #7793 from microsoft/democratic-bug

Update Commands reference
This commit is contained in:
Nick Trogh 2024-11-19 20:57:08 +01:00 коммит произвёл GitHub
Родитель 083287ca66 d70ff591ff
Коммит 27a86ade66
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -270,6 +270,11 @@ let success = await commands.executeCommand('vscode.openFolder', uri);
* _title_ - Human readable title for the diff editor
* _options_ - (optional) Either the column in which to open, or editor options (see vscode.TextDocumentShowOptions)
`vscode.changes` - Opens a list of resources in the changes editor to compare their contents.
* _title_ - Human readable title for the changes editor
* _resourceList_ - List of resources to compare
`vscode.prepareTypeHierarchy` - Prepare type hierarchy at a position inside a document
* _uri_ - Uri of a text document