We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31dcc3 commit c017469Copy full SHA for c017469
1 file changed
src/vs/workbench/contrib/format/browser/formatActionsNone.ts
@@ -50,7 +50,7 @@ registerEditorAction(class FormatDocumentMultipleAction extends EditorAction {
50
return commandService.executeCommand('editor.action.formatDocument');
51
} else {
52
const langName = model.getLanguageIdentifier().language;
53
- const message = nls.localize('no.rovider', "There is no formatter for '{0}'-files installed.", langName);
+ const message = nls.localize('no.provider', "There is no formatter for '{0}'-files installed.", langName);
54
const choice = {
55
label: nls.localize('install.formatter', "Install Formatter..."),
56
run: () => showExtensionQuery(viewletService, `category:formatters ${langName}`)
0 commit comments