From 7783acae100eeeddd6423c16c75f30e9c6fcbd5f Mon Sep 17 00:00:00 2001 From: zorby Date: Fri, 3 Jan 2025 10:40:17 +0100 Subject: [PATCH 1/3] Remove .vscode See issue #436. --- .vscode/c_cpp_properties.json | 20 -------------------- .vscode/settings.json | 32 -------------------------------- 2 files changed, 52 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json delete mode 100644 .vscode/settings.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 7136a9e..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "configurations": [ - { - "name": "Mac", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [], - "macFrameworkPath": [ - "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks" - ], - "compilerPath": "/usr/bin/clang", - "cStandard": "c23", - "cppStandard": "c++23", - "intelliSenseMode": "macos-clang-arm64", - "configurationProvider": "vector-of-bool.cmake-tools" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 3593466..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools", - "restructuredtext.confPath": "${workspaceFolder}/docs/source", - "workbench.colorTheme": "Default Light+ Experimental", - "editor.fontSize": 14, - "editor.formatOnSave": false, - "workbench.colorCustomizations": { - "[Default Light*]": { - "editor.background": "#fefefe", - "sideBar.background": "#fefefe", - "sideBar.foreground": "#343436", - "sideBarTitle.foreground": "#343436", - "sideBar.border": "#e2e2e4", - "statusBar.background": "#fefefe", - "titleBar.activeBackground": "#fefefe", - "tab.activeBackground": "#f4fff4aa", - "tab.inactiveBackground": "#fefefe", - "activityBar.background": "#fefefe", - "editorGroupHeader.tabsBackground": "#fefefe" - }, - "[Default Dark*]": { - "editor.background": "#1D1D25", - "sideBar.background": "#1D1D25", - "statusBar.background": "#1D1D25", - "titleBar.activeBackground": "#1D1D25", - "tab.activeBackground": "#2C2C3A", - "tab.inactiveBackground": "#1D1D25", - "activityBar.background": "#1D1D25", - "editorGroupHeader.tabsBackground": "#1D1D25" - } - }, -} From 5a207d84bbcc095d2980524b8dbab5b09159a2ac Mon Sep 17 00:00:00 2001 From: zorby Date: Fri, 3 Jan 2025 10:43:47 +0100 Subject: [PATCH 2/3] Remove .gitmodules See issue #436. --- .gitmodules | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 From bab7d7bb1218211d774cfe20bc32e895106b2909 Mon Sep 17 00:00:00 2001 From: zorby Date: Fri, 3 Jan 2025 17:09:44 +0100 Subject: [PATCH 3/3] Add .vscode to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8063137..879f459 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,4 @@ confdefs.h cmake-build-debug *.o.tmp xcode/* +.vscode \ No newline at end of file