Skip to content

Commit 7081253

Browse files
authored
Add comment
1 parent 854c095 commit 7081253

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • scripts/get_default_keybindings

scripts/get_default_keybindings/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ const { runTests } = require('@vscode/test-electron');
66
async function main() {
77
try {
88
// Make two empty directories to use to launch VS Code with the cleanest possible profile.
9+
// The '../../' part is intended to shorten the path and was needed as a workaround.
10+
// See: https://github.com/codebling/vs-code-default-keybindings/pull/222
911
const emptyDir1 = path.resolve(__dirname, '../../empty1');
1012
const emptyDir2 = path.resolve(__dirname, '../../empty2');
1113
await fsPromises.mkdir(emptyDir1, { recursive: true });

0 commit comments

Comments
 (0)