Skip to content

Commit

Permalink
more jsdoc #95209 fyi @sandy081
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Oct 28, 2020
1 parent eec071e commit 6fd760a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5652,12 +5652,12 @@ declare module 'vscode' {
* Set the keys whose values should be synchronized across devices when synchronizing user-data
* like configuration, extensions, and mementos.
*
* Note that this function defines the whole set of keys whoses values should be synchronized:
* Note that this function defines the whole set of keys whoses values are synchronized:
* - calling it with an empty array stops synchronization for this memento
* - calling it with repeatedly with different arrays synchronizes the intersection
* - calling it with a non-empty array replaces all keys whose values are synchronized
*
* For any given set of keys this function needs to be called only once but there is no harm in
* always repeatedly calling it.
* repeatedly calling it.
*
* @param keys The set of keys whose values are synced.
*/
Expand Down

0 comments on commit 6fd760a

Please sign in to comment.