Remove VSCode configuration

This commit is contained in:
2024-10-09 02:03:45 +02:00
parent fa68e128e2
commit e08bc673d3
4 changed files with 2 additions and 57 deletions

3
.gitignore vendored
View File

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

View File

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

View File

@@ -1,5 +0,0 @@
{
"files.associations": {
"windows.h": "c"
}
}

View File

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