aboutsummaryrefslogtreecommitdiff
path: root/docs/other_vscode.md
diff options
context:
space:
mode:
authorMarco Syfrig <marco.syfrig+github@gmail.com>2020-08-04 04:49:26 +0200
committerGitHub <noreply@github.com>2020-08-03 19:49:26 -0700
commitfb297a564487b6779d6abbed9c86817b8ac66da6 (patch)
treea96a27d20f84c0a204fa3c71381e1fbb86efd3da /docs/other_vscode.md
parent2c9e210c36a7d145b21bc59350b76b3bacbc3beb (diff)
downloadqmk_firmware-fb297a564487b6779d6abbed9c86817b8ac66da6.tar.gz
qmk_firmware-fb297a564487b6779d6abbed9c86817b8ac66da6.zip
[Docs] small text and formatting fixes in vscode manual (#9156)
* small text and formatting fixes in vscode manual fix double opening <kbd> tags for correct formatting expand two points for better understanding * restored <kbd>, clarified how to open the terminal restored <kbd> tags that were deleted with the last commit; they are correct as they were to have the whole menu "breadcrumb" nested inside a box clarified how to open the terminal escaped backtick for shortcut Ctrl+` as I’ve added backticks for code on the same line * Update docs/other_vscode.md
Diffstat (limited to 'docs/other_vscode.md')
-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 d544db630..d98b96bdf 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
77 } 77 }
78 ``` 78 ```
79 79
80 If there are settings here already, then just add everything between the first and last curly brackets. 80 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.
81 81
82?> 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. 82?> 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.
83 83
844. Hit Ctrl-` (grave) to bring up the terminal. 844. 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.
85 85
86 This should start the terminal in the workspace's folder (so the `qmk_firmware` folder), and then you can compile your keyboard. 86 This should start the terminal in the workspace's folder (so the `qmk_firmware` folder), and then you can compile your keyboard.
87 87