mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-24 16:11:28 +00:00
Deploying to gh-pages from master @ a0f2be18a4
🚀
This commit is contained in:
parent
07cbeae1a6
commit
e251a36810
@ -65,14 +65,17 @@ Now, we will set up the MSYS2 window to show up in VSCode as the integrated term
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"terminal.integrated.shell.windows": "C:\\msys64\\usr\\bin\\bash.exe",
|
"terminal.integrated.profiles.windows": {
|
||||||
"terminal.integrated.env.windows": {
|
"QMK_MSYS": {
|
||||||
|
"path": "C:/QMK_MSYS/usr/bin/bash.exe",
|
||||||
|
"env": {
|
||||||
"MSYSTEM": "MINGW64",
|
"MSYSTEM": "MINGW64",
|
||||||
"CHERE_INVOKING": "1"
|
"CHERE_INVOKING": "1"
|
||||||
},
|
},
|
||||||
"terminal.integrated.shellArgs.windows": [
|
"args": ["--login"]
|
||||||
"--login"
|
}
|
||||||
],
|
},
|
||||||
|
|
||||||
"terminal.integrated.cursorStyle": "line"
|
"terminal.integrated.cursorStyle": "line"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user