summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/other_vscode.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/other_vscode.md b/docs/other_vscode.md
index d544db6307..d98b96bdf1 100644
--- a/docs/other_vscode.md
+++ b/docs/other_vscode.md
@@ -77,11 +77,11 @@ Now, we will set up the MSYS2 window to show up in VSCode as the integrated term
}
```
- If there are settings here already, then just add everything between the first and last curly brackets.
+ If there are settings here already, then just add everything between the first and last curly brackets and separate the existing settings with a comma from the newly added ones.
?> If you installed MSYS2 to a different folder, then you'll need to change the path for `terminal.integrated.shell.windows` to the correct path for your system.
-4. Hit Ctrl-` (grave) to bring up the terminal.
+4. Hit Ctrl-`\`` (Grave) to bring up the terminal or go to <kbd><kbd>View</kbd> > <kbd>Terminal</kbd></kbd> (command `workbench.action.terminal.toggleTerminal`). A new terminal will be opened if there isn‘t one already.
This should start the terminal in the workspace's folder (so the `qmk_firmware` folder), and then you can compile your keyboard.