Skip to content

[Minor] Run-on in copy text #77827

@NickHeiner

Description

@NickHeiner
  • VSCode Version: 2213894
  • OS Version: macOS

No results found, run a previous search again:

This copy is a run-on, because it's two complete sentences joined by a comma. Instead, it should be:

No results found. Run a previous search again:

Repro steps:

  1. Load a fresh VSCode window with no extensions.
  2. Create a file with the following contents:
    const varThatIsReferenced = 0;
    console.log(varThatIsReferenced);
    
    varThatDoesNotExist;
  3. Right click on varThatIsReferenced and choose "Find All References".
  4. Right click on varThatDoesNotExist and choose "Find All References".
  5. See the grammar error in the screenshot above.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiespolishCleanup and polish issuereferences-viewletverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions