cleanup rep

This commit is contained in:
2023-10-07 21:36:08 +02:00
parent 0e6c2fdae5
commit 61707f49fb
2 changed files with 0 additions and 26 deletions
-18
View File
@@ -1,18 +0,0 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/home/fanasina/progr_/ptens0neD/**",
"/usr/include/boost/predef/language"
],
"defines": [],
"compilerPath": "/usr/bin/clang-13",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}
-8
View File
@@ -1,8 +0,0 @@
{
"files.associations": {
"array": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"utility": "cpp"
}
}