diff --git a/.gitignore b/.gitignore index f5ba58f..82cfb9e 100755 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,5 @@ compile_commands.json /build/* !/build/CmakeLists.txt !/build/CryliaPlayer.desktop.in + +/.vscode/ diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100755 index 2d38446..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${default}", - "/usr/include/", - "/usr/include/**", - "/usr/lib/x86_64-linux-gnu/", - "/usr/lib/x86_64-linux-gnu/**" - ], - "defines": [], - "compilerPath": "/usr/bin/g++", - "intelliSenseMode": "linux-clang-x64", - "configurationProvider": "ms-vscode.cmake-tools", - "cppStandard": "c++17", - "cStandard": "c17" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100755 index 79c442b..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "cmake.sourceDirectory": "/home/crylia/Dokumente/git/CryliaPlayer/build", - "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools" -}