Skip to content

Commit e480cea

Browse files
committed
address translation issue; fixes microsoft#72065
1 parent 1113272 commit e480cea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/debug-server-ready/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class ServerReadyDetector extends vscode.Disposable {
147147
webRoot: args.webRoot || WEB_ROOT
148148
}, session);
149149
} else {
150-
const errMsg = localize('server.ready.chrome.not.installed', "The action 'debugWithChrome' requires the '{0}'", 'Debugger for Chrome');
150+
const errMsg = localize('server.ready.chrome.not.installed', "The action '{0}' requires the '{1}' extension.", 'debugWithChrome', 'Debugger for Chrome');
151151
vscode.window.showErrorMessage(errMsg, { modal: true }).then(_ => undefined);
152152
}
153153
break;

0 commit comments

Comments
 (0)