Browse Source

[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
master
Marco Syfrig 3 years ago
parent
commit
fb297a5644
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/other_vscode.md

+ 2
- 2
docs/other_vscode.md View File

@@ -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.


Loading…
Cancel
Save