mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
address translation issue; fixes #72065
This commit is contained in:
@@ -147,7 +147,7 @@ class ServerReadyDetector extends vscode.Disposable {
|
||||
webRoot: args.webRoot || WEB_ROOT
|
||||
}, session);
|
||||
} else {
|
||||
const errMsg = localize('server.ready.chrome.not.installed', "The action 'debugWithChrome' requires the '{0}'", 'Debugger for Chrome');
|
||||
const errMsg = localize('server.ready.chrome.not.installed', "The action '{0}' requires the '{1}' extension.", 'debugWithChrome', 'Debugger for Chrome');
|
||||
vscode.window.showErrorMessage(errMsg, { modal: true }).then(_ => undefined);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user