correct doc for count property of SourceControl (#117765) (#132242)

This commit is contained in:
John Murray 2021-10-25 08:48:23 +01:00 committed by GitHub
parent e922713ecf
commit ad36148dd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
src/vs/vscode.d.ts vendored
View file

@ -12734,8 +12734,9 @@ declare module 'vscode' {
* The UI-visible count of {@link SourceControlResourceState resource states} of
* this source control.
*
* Equals to the total number of {@link SourceControlResourceState resource state}
* of this source control, if undefined.
* If undefined, this source control will
* - display its UI-visible count as zero, and
* - contribute the count of its {@link SourceControlResourceState resource states} to the UI-visible aggregated count for all source controls
*/
count?: number;