Remove VSCode configuration
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -7,8 +7,7 @@ build-*
|
|||||||
DIST/*
|
DIST/*
|
||||||
shot-????.bmp
|
shot-????.bmp
|
||||||
shot-????.png
|
shot-????.png
|
||||||
.vscode/.BROWSE.VC.DB
|
.vscode
|
||||||
.vscode/.BROWSE.VC.DB-wal
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*/DIST/*
|
*/DIST/*
|
||||||
/CMakeFiles/
|
/CMakeFiles/
|
||||||
|
|||||||
48
.vscode/c_cpp_properties.json
vendored
48
.vscode/c_cpp_properties.json
vendored
@@ -1,48 +0,0 @@
|
|||||||
{
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Mac",
|
|
||||||
"includePath": [
|
|
||||||
"/usr/include",
|
|
||||||
"${workspaceFolder}/src/"
|
|
||||||
],
|
|
||||||
"intelliSenseMode": "clang-x64",
|
|
||||||
"macFrameworkPath": [
|
|
||||||
"/System/Library/Frameworks",
|
|
||||||
"/Library/Frameworks"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Linux",
|
|
||||||
"includePath": [
|
|
||||||
"/usr/include",
|
|
||||||
"/usr/include/SDL2",
|
|
||||||
"${workspaceFolder}/src/"
|
|
||||||
],
|
|
||||||
"intelliSenseMode": "clang-x64",
|
|
||||||
"compilerPath": "/usr/bin/clang",
|
|
||||||
"cStandard": "c11",
|
|
||||||
"cppStandard": "c++17"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Win32",
|
|
||||||
"includePath": [
|
|
||||||
"C:/msys64/mingw64/include",
|
|
||||||
"C:/msys64/mingw64/include/SDL2",
|
|
||||||
"${workspaceFolder}/src/"
|
|
||||||
],
|
|
||||||
"defines": [
|
|
||||||
"WIN32",
|
|
||||||
"_DEBUG",
|
|
||||||
"UNICODE",
|
|
||||||
"_UNICODE"
|
|
||||||
],
|
|
||||||
"windowsSdkVersion": "10.0.18362.0",
|
|
||||||
"compilerPath": "C:/msys64/mingw64/bin/g++.exe",
|
|
||||||
"cStandard": "c17",
|
|
||||||
"cppStandard": "c++17",
|
|
||||||
"intelliSenseMode": "windows-gcc-x64"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": 4
|
|
||||||
}
|
|
||||||
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"files.associations": {
|
|
||||||
"windows.h": "c"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
3
Example.GameLib/.gitignore
vendored
3
Example.GameLib/.gitignore
vendored
@@ -7,8 +7,7 @@ build-*
|
|||||||
DIST/*
|
DIST/*
|
||||||
shot-????.bmp
|
shot-????.bmp
|
||||||
shot-????.png
|
shot-????.png
|
||||||
.vscode/.BROWSE.VC.DB
|
.vscode
|
||||||
.vscode/.BROWSE.VC.DB-wal
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*/DIST/*
|
*/DIST/*
|
||||||
/CMakeFiles/
|
/CMakeFiles/
|
||||||
|
|||||||
Reference in New Issue
Block a user