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.
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)Should be:
2.
src/vs/workbench/contrib/remote/electron-browser/remote.contribution.ts(line 212)Should be:
Both sentences use "When enabled" as an introductory dependent clause and require a comma before the main clause per standard English grammar rules.