code cleanup
This commit is contained in:
parent
e418b36d11
commit
73cade45fd
1 changed files with 5 additions and 42 deletions
|
|
@ -1,44 +1,7 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"terminal.integrated.copyOnSelection": true,
|
||||
"terminal.integrated.defaultProfile.windows": "Git Bash",
|
||||
"explorer.confirmDelete": false,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"terminal.integrated.automationProfile.windows": {},
|
||||
"terminal.integrated.automationProfile.linux": {},
|
||||
"terminal.integrated.profiles.windows": {
|
||||
"PowerShell": {
|
||||
"source": "PowerShell",
|
||||
"icon": "terminal-powershell"
|
||||
},
|
||||
"Command Prompt": {
|
||||
"path": [
|
||||
"${env:windir}\\Sysnative\\cmd.exe",
|
||||
"${env:windir}\\System32\\cmd.exe"
|
||||
],
|
||||
"args": [],
|
||||
"icon": "terminal-cmd"
|
||||
},
|
||||
"Git Bash": {
|
||||
"source": "Git Bash"
|
||||
},
|
||||
"QMK_MSYS": {
|
||||
"path": "C:/QMK_MSYS/usr/bin/bash.exe",
|
||||
"env": {
|
||||
"MSYSTEM": "MINGW64",
|
||||
"CHERE_INVOKING": "1"
|
||||
},
|
||||
"args": [
|
||||
"--login"
|
||||
]
|
||||
},
|
||||
"terminal.integrated.cursorStyle": "line"
|
||||
},
|
||||
"git.confirmSync": false
|
||||
}
|
||||
"folders": [
|
||||
{
|
||||
"path": ".."
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue