提交 f2cf819a 编写于 作者: C Christof Marti

Mention keymaps (fixes #24727)

上级 66bc0d13
......@@ -73,7 +73,7 @@ export class KeymapExtensions implements IWorkbenchContribution {
oldKeymaps: oldKeymaps.map(k => k.identifier)
};
this.telemetryService.publicLog('disableOtherKeymapsConfirmation', telemetryData);
const message = localize('disableOtherKeymapsConfirmation', "Disable other keymaps to avoid conflicts between keybindings?");
const message = localize('disableOtherKeymapsConfirmation', "Disable other keymaps ({0}) to avoid conflicts between keybindings?", oldKeymaps.map(k => `'${k.local.manifest.displayName}'`).join(', '));
const options = [
localize('yes', "Yes"),
localize('no', "No")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册