From 73cade45fd8040e8342ad4cf9f499eef6596e14e Mon Sep 17 00:00:00 2001 From: jsears Date: Fri, 22 Dec 2023 08:18:51 -0500 Subject: [PATCH] code cleanup --- ...e_unicorne_default_keymap.c.code-workspace | 47 ++----------------- 1 file changed, 5 insertions(+), 42 deletions(-) diff --git a/users/qmk_boardsource_unicorne_default_keymap.c.code-workspace b/users/qmk_boardsource_unicorne_default_keymap.c.code-workspace index d4781a9a..9e68e72b 100644 --- a/users/qmk_boardsource_unicorne_default_keymap.c.code-workspace +++ b/users/qmk_boardsource_unicorne_default_keymap.c.code-workspace @@ -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": ".." + } + ] } \ No newline at end of file