code cleanup

This commit is contained in:
jsears 2023-12-22 08:18:51 -05:00
parent e418b36d11
commit 73cade45fd

View file

@ -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": ".."
}
]
}