chore: remove .vscode

This commit is contained in:
Nomango 2023-09-24 16:00:41 +08:00
parent dc5ec25c00
commit 185a256223
3 changed files with 1 additions and 38 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ Release/
.vs .vs
.idea .idea
._Kiwano.sln ._Kiwano.sln
.vscode
# vs2010 # vs2010
ipch/ ipch/

View File

@ -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
}

View File

@ -1,4 +0,0 @@
{
"files.autoGuessEncoding": true,
"files.encoding": "gb2312"
}