Skip to content

Missing comma after "When enabled" in localize strings (notebook, remote) #310453

@Nedunchezhiyan-M

Description

@Nedunchezhiyan-M

Two localize() description strings are missing a comma after the introductory clause "When enabled":

1. src/vs/workbench/contrib/notebook/browser/contrib/navigation/arrow.ts (line 478)

"When enabled cursor can navigate to the next/previous cell..."

Should be:

"When enabled, cursor can navigate to the next/previous cell..."

2. src/vs/workbench/contrib/remote/electron-browser/remote.contribution.ts (line 212)

"When enabled extensions are downloaded locally and installed on remote."

Should be:

"When enabled, extensions are downloaded locally and installed on remote."

Both sentences use "When enabled" as an introductory dependent clause and require a comma before the main clause per standard English grammar rules.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions