From 379bfb0a1431c2710f695182b24ed7c27fe814d1 Mon Sep 17 00:00:00 2001 From: Hartmut Seichter Date: Fri, 2 Aug 2024 23:48:07 +0200 Subject: [PATCH] remove vscode cruft --- .vscode/launch.json | 7 --- .vscode/settings.json | 110 ------------------------------------------ .vscode/tasks.json | 28 ----------- 3 files changed, 145 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json delete mode 100644 .vscode/tasks.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 5c7247b..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 9763060..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", - "cmake.configureOnOpen": true, - "files.associations": { - "array": "cpp", - "cwchar": "cpp", - "unordered_map": "cpp", - "vector": "cpp", - "exception": "cpp", - "functional": "cpp", - "initializer_list": "cpp", - "iosfwd": "cpp", - "istream": "cpp", - "new": "cpp", - "ostream": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "type_traits": "cpp", - "tuple": "cpp", - "cmath": "cpp", - "span": "cpp", - "*.tcc": "cpp", - "*.inc": "cpp", - "*.ipp": "cpp", - "bit": "cpp", - "bitset": "cpp", - "chrono": "cpp", - "format": "cpp", - "future": "cpp", - "optional": "cpp", - "ranges": "cpp", - "shared_mutex": "cpp", - "stop_token": "cpp", - "regex": "cpp", - "valarray": "cpp", - "*.def": "cpp", - "boundingsphere": "cpp", - "callback": "cpp", - "geometry": "cpp", - "node": "cpp", - "nodevisitor": "cpp", - "object": "cpp", - "plane": "cpp", - "program": "cpp", - "shape": "cpp", - "stateattribute": "cpp", - "observer_ptr": "cpp", - "thread": "cpp", - "concepts": "cpp", - "typeinfo": "cpp", - "drawable": "cpp", - "userdatacontainer": "cpp", - "*.txx": "cpp", - "cctype": "cpp", - "clocale": "cpp", - "csignal": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwctype": "cpp", - "any": "cpp", - "atomic": "cpp", - "hash_map": "cpp", - "strstream": "cpp", - "cfenv": "cpp", - "charconv": "cpp", - "cinttypes": "cpp", - "codecvt": "cpp", - "compare": "cpp", - "complex": "cpp", - "condition_variable": "cpp", - "coroutine": "cpp", - "cstdint": "cpp", - "deque": "cpp", - "forward_list": "cpp", - "list": "cpp", - "map": "cpp", - "set": "cpp", - "string": "cpp", - "unordered_set": "cpp", - "algorithm": "cpp", - "iterator": "cpp", - "memory": "cpp", - "memory_resource": "cpp", - "numeric": "cpp", - "random": "cpp", - "ratio": "cpp", - "source_location": "cpp", - "string_view": "cpp", - "system_error": "cpp", - "utility": "cpp", - "hash_set": "cpp", - "fstream": "cpp", - "iomanip": "cpp", - "iostream": "cpp", - "limits": "cpp", - "mutex": "cpp", - "numbers": "cpp", - "semaphore": "cpp", - "sstream": "cpp", - "stdfloat": "cpp", - "text_encoding": "cpp", - "typeindex": "cpp", - "variant": "cpp" - }, - "mesonbuild.configureOnOpen": false -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 05054c5..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "tasks": [ - { - "type": "cppbuild", - "label": "C/C++: g++ build active file", - "command": "/usr/bin/g++", - "args": [ - "-fdiagnostics-color=always", - "-g", - "${file}", - "-o", - "${fileDirname}/${fileBasenameNoExtension}" - ], - "options": { - "cwd": "${fileDirname}" - }, - "problemMatcher": [ - "$gcc" - ], - "group": { - "kind": "build", - "isDefault": true - }, - "detail": "Task generated by Debugger." - } - ], - "version": "2.0.0" -} \ No newline at end of file