diff --git a/.gitignore b/.gitignore index adc5d9da6a73..300dfbf2fea0 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,6 @@ __pycache__ # Allow to exist but don't include it in the repo user_song_list.h +.vscode/settings.json +.vscode/extensions.json +.vscode/extensions.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 697686cd596b..000000000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,11 +0,0 @@ -// Suggested extensions -{ - "recommendations": [ - "EditorConfig.EditorConfig", - "xaver.clang-format", - "ms-vscode.cpptools", - "bierner.github-markdown-preview", - "donjayamanne.git-extension-pack", - "CoenraadS.bracket-pair-colorizer-2" - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index c0d127765411..000000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,27 +0,0 @@ -// Place your settings in this file to overwrite default and user settings. -{ - // Unofficially, QMK uses spaces for indentation - "editor.insertSpaces": true, - // Configure glob patterns for excluding files and folders. - "files.exclude": { - "**/.build": true, - "**/*.hex": true, - "**/*.bin": true - }, - "files.associations": { - "*.h": "c", - "*.c": "c", - "*.inc": "c", - "*.cpp": "cpp", - "*.hpp": "cpp", - "xstddef": "c", - "type_traits": "c", - "utility": "c", - "ranges": "c" - }, - "[markdown]": { - "editor.trimAutoWhitespace": false, - "files.trimTrailingWhitespace": false - }, - "python.pythonPath": "C:\\Users\\JasonRen\\anaconda3\\python.exe" -}