1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| {
"commandline": "C:/Users/CHFA/app/msys64/msys2_shell.cmd -defterm -here -no-start -use-full-path -mingw64",
"guid": "{17da3cac-b318-431e-8a3e-7fcdefe6d114}",
"icon": "C:/Users/CHFA/app/msys64/mingw64.ico",
"name": "MINGW64 / MSYS2",
"startingDirectory": "C:/Users/%USERNAME%/dev",
"cursorShape": "filledBox",
"cursorColor": "\#0097A7",
"font":
{
"face": "JetBrains Mono",
"fontSize": 12,
"fontWeight": "bold"
},
},
|