diff --git a/.gitignore b/.gitignore index b0f0dad1..f2fe03d6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ Release/ .vs .idea ._Kiwano.sln +.vscode # vs2010 ipch/ diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 1eb88ef5..00000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "configurations": [ - { - "name": "Mac", - "includePath": [ - "${workspaceFolder}/src", - "${workspaceFolder}/src/3rd-party" - ], - "defines": [ - "TARGET_OS_MAC" - ], - "macFrameworkPath": [ - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" - ], - "compilerPath": "/usr/bin/clang", - "cStandard": "c11", - "cppStandard": "c++14", - "intelliSenseMode": "clang-x64" - }, - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/src", - "${workspaceFolder}/src/3rd-party" - ], - "defines": [], - "compilerPath": "/usr/bin/gcc", - "cStandard": "c11", - "cppStandard": "c++14", - "intelliSenseMode": "clang-x64" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index cfc8e1f0..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "files.autoGuessEncoding": true, - "files.encoding": "gb2312" -} \ No newline at end of file