remove stupid vscode garbolium

This commit is contained in:
Tyler McGurrin 2024-11-21 14:28:50 -05:00
parent 8d1adbcc25
commit ab2148b12e

17
.vscode/settings.json vendored
View File

@ -1,17 +0,0 @@
{
"makefile.launchConfigurations": [
{
"cwd": "/build",
"binaryPath": "/build/main",
"binaryArgs": []
},
{
"cwd": "/home/xircon/Documents/Devel/opengl-test/build",
"binaryPath": "/home/xircon/Documents/Devel/opengl-test/build/main",
"binaryArgs": []
}
],
"files.associations": {
"stdint.h": "c"
}
}