diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 8924c3e..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${default}", - "/opt/", - "/opt/devkitpro/wut/include", - "/opt/devkitpro/portlibs/ppc/include", - "/opt/devkitpro/portlibs/ppc/include/freetype2", - "${workspaceFolder}/**", - "/opt/devkitpro/wut/usr/include" - ], - "defines": [], - "compilerPath": "/usr/bin/gcc", - "cStandard": "gnu17", - "cppStandard": "gnu++20", - "intelliSenseMode": "linux-gcc-x64", - "configurationProvider": "ms-vscode.makefile-tools" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index cba533b..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "files.associations": { - "common.h": "c", - "gx2_functions.h": "c", - "fs_defs.h": "c", - "statvfs.h": "c", - "string.h": "c", - "fs_utils.h": "c", - "lib_easy.h": "c", - "savemng.h": "c", - "memory.h": "c", - "memory": "c", - "malloc.h": "c", - "cstdarg": "cpp", - "parser.h": "c", - "cstdlib": "c", - "array": "cpp", - "string_view": "cpp", - "initializer_list": "cpp", - "utility": "cpp", - "*.tcc": "cpp", - "string": "cpp", - "cerrno": "cpp", - "random": "cpp", - "istream": "cpp", - "ostream": "cpp", - "system_error": "cpp", - "limits": "cpp", - "new": "cpp", - "ratio": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "functional": "cpp", - "atomic": "cpp", - "bit": "cpp", - "cctype": "cpp", - "chrono": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "codecvt": "cpp", - "compare": "cpp", - "concepts": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "deque": "cpp", - "unordered_map": "cpp", - "vector": "cpp", - "exception": "cpp", - "algorithm": "cpp", - "iterator": "cpp", - "memory_resource": "cpp", - "numeric": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "iomanip": "cpp", - "iosfwd": "cpp", - "numbers": "cpp", - "sstream": "cpp", - "cinttypes": "cpp", - "typeinfo": "cpp", - "condition_variable": "cpp", - "cstring": "cpp", - "list": "cpp", - "map": "cpp", - "set": "cpp", - "fstream": "cpp", - "iostream": "cpp", - "shared_mutex": "cpp", - "valarray": "cpp", - "future": "cpp", - "mutex": "cpp", - "semaphore": "cpp", - "stop_token": "cpp", - "thread": "cpp" - }, - "cmake.configureOnOpen": false -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 19e5763..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "type": "cppbuild", - "label": "C/C++: cpp build active file", - "command": "make", - "args": [], - "options": { - "cwd": "${workspaceFolder}" - }, - "group": "build", - "detail": "compiler: /usr/bin/cpp" - } - ] -} \ No newline at end of file