-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
insiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders
Milestone
Description
For this string:
| this._name = label + localize('files', " ({0} files)", resources?.length ?? 0); |
Can you please confirm the placeholder here is a number? If not, can you please advise what it is?
Adding a comment to this string explaining what the placeholder represents should be sufficient:
localize(
{
key: 'theKey',
comment: [ 'the comment' ]
},
"string {0}",
arg
)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
insiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders