Skip to content

"Select a default formatter for {0}-files" shouldn't have a hyphen #83452

@mroch

Description

@mroch

Steps to Reproduce:

  1. choose Format Document from command palette when there are multiple formatters
  2. the placeholder for the box to choose which formatter to use says "Select a default formatter for Flow-files" (in my case, the language is set to "Flow")

"Flow-files" is weird, I don't think there should be a hyphen:

const pick = await this._quickInputService.pick(picks, { placeHolder: nls.localize('select', "Select a default formatter for {0}-files", DefaultFormatter._maybeQuotes(langName)) });

Also here, but I don't know how to repro this one:

? nls.localize('config.needed', "There are multiple formatters for {0}-files. Select a default formatter to continue.", DefaultFormatter._maybeQuotes(langName))

Metadata

Metadata

Assignees

Labels

formattingSource formatter issuesgood first issueIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiespolishCleanup and polish issue

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions