removed vscode files

This commit is contained in:
Felix 2025-03-19 16:02:20 +01:00 committed by Xelef2000
parent 96ac964a34
commit 25b84e7d6a
2 changed files with 0 additions and 27 deletions

View file

@ -1,19 +0,0 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/nix/store/ipqijizc7rqsxifxc6ky16hr5l0hpls2-glib-2.82.1/lib",
"/nix/store/1hhi03gg5jdb2fa5gb9ncklziczax741-glib-2.82.1-dev/include/glib-2.0",
"/nix/store/ipqijizc7rqsxifxc6ky16hr5l0hpls2-glib-2.82.1/lib/glib-2.0/include"
],
"defines": [],
"compilerPath": "/run/current-system/sw/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}

View file

@ -1,8 +0,0 @@
{
"files.associations": {
"cstdlib": "c",
"fcntl.h": "c",
"drivers_api.h": "c",
"compare": "cpp"
}
}