remove vscode cruft

This commit is contained in:
Hartmut Seichter 2024-08-02 23:48:07 +02:00
parent 30cc534a37
commit dcfdc8a81a
3 changed files with 0 additions and 145 deletions

7
.vscode/launch.json vendored
View file

@ -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": []
}

110
.vscode/settings.json vendored
View file

@ -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
}

28
.vscode/tasks.json vendored
View file

@ -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"
}