Skip to content

Commit bf2d1ac

Browse files
committed
chore: rename to vscode for shortcuts preset as its more wellknown
1 parent 370e8a6 commit bf2d1ac

File tree

1 file changed

+2
-2
lines changed
  • src/extensionsIntegrated/DisplayShortcuts

1 file changed

+2
-2
lines changed

src/extensionsIntegrated/DisplayShortcuts/vscode.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ define(function (require, exports, module) {
2323
const KeyBindingManager = require("command/KeyBindingManager"),
2424
vscodeKeyMap = JSON.parse(require("text!./vscode.json"));
2525

26-
const VSCODE_PACK_ID = "vscode";
26+
const VSCODE_PACK_ID = "VSCode";
2727

28-
KeyBindingManager.registerCustomKeymapPack(VSCODE_PACK_ID, "Visual Studio Code", vscodeKeyMap);
28+
KeyBindingManager.registerCustomKeymapPack(VSCODE_PACK_ID, VSCODE_PACK_ID, vscodeKeyMap);
2929
});

0 commit comments

Comments
 (0)