diff options
| -rw-r--r-- | .vscode/settings.json | 69 | ||||
| -rw-r--r-- | mwe/.vscode/settings.json | 11 | ||||
| -rw-r--r-- | mwe/events/.vscode/settings.json | 68 | 
3 files changed, 1 insertions, 147 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 1ea4738..9a9b1ea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,71 +1,4 @@  {  	"cmake.sourceDirectory": "${workspaceFolder}/src", -	"files.associations": { -		"functional": "cpp", -		"array": "cpp", -		"atomic": "cpp", -		"bit": "cpp", -		"*.tcc": "cpp", -		"cctype": "cpp", -		"charconv": "cpp", -		"chrono": "cpp", -		"clocale": "cpp", -		"cmath": "cpp", -		"compare": "cpp", -		"concepts": "cpp", -		"cstdarg": "cpp", -		"cstddef": "cpp", -		"cstdint": "cpp", -		"cstdio": "cpp", -		"cstdlib": "cpp", -		"cstring": "cpp", -		"ctime": "cpp", -		"cwchar": "cpp", -		"cwctype": "cpp", -		"deque": "cpp", -		"list": "cpp", -		"map": "cpp", -		"string": "cpp", -		"unordered_map": "cpp", -		"vector": "cpp", -		"exception": "cpp", -		"algorithm": "cpp", -		"iterator": "cpp", -		"memory": "cpp", -		"memory_resource": "cpp", -		"numeric": "cpp", -		"optional": "cpp", -		"random": "cpp", -		"ratio": "cpp", -		"string_view": "cpp", -		"system_error": "cpp", -		"tuple": "cpp", -		"type_traits": "cpp", -		"utility": "cpp", -		"format": "cpp", -		"initializer_list": "cpp", -		"iomanip": "cpp", -		"iosfwd": "cpp", -		"iostream": "cpp", -		"istream": "cpp", -		"limits": "cpp", -		"new": "cpp", -		"numbers": "cpp", -		"ostream": "cpp", -		"semaphore": "cpp", -		"span": "cpp", -		"sstream": "cpp", -		"stdexcept": "cpp", -		"stop_token": "cpp", -		"streambuf": "cpp", -		"thread": "cpp", -		"cinttypes": "cpp", -		"typeinfo": "cpp", -		"valarray": "cpp", -		"variant": "cpp", -		"forward_list": "cpp", -		"codecvt": "cpp", -		"fstream": "cpp", -		"typeindex": "cpp" -	} +	"C_Cpp.autoAddFileAssociations": false  } diff --git a/mwe/.vscode/settings.json b/mwe/.vscode/settings.json deleted file mode 100644 index c7913ab..0000000 --- a/mwe/.vscode/settings.json +++ /dev/null @@ -1,11 +0,0 @@ -{ -    "files.associations": { -        "variant": "cpp", -        "*.tcc": "cpp", -        "string": "cpp", -        "unordered_map": "cpp", -        "string_view": "cpp", -        "ostream": "cpp", -        "iostream": "cpp" -    } -} diff --git a/mwe/events/.vscode/settings.json b/mwe/events/.vscode/settings.json deleted file mode 100644 index 2b1a397..0000000 --- a/mwe/events/.vscode/settings.json +++ /dev/null @@ -1,68 +0,0 @@ -{ -	"files.associations": { -		"iostream": "cpp", -		"array": "cpp", -		"atomic": "cpp", -		"bit": "cpp", -		"*.tcc": "cpp", -		"cctype": "cpp", -		"clocale": "cpp", -		"cmath": "cpp", -		"compare": "cpp", -		"concepts": "cpp", -		"cstdarg": "cpp", -		"cstddef": "cpp", -		"cstdint": "cpp", -		"cstdio": "cpp", -		"cstdlib": "cpp", -		"cwchar": "cpp", -		"cwctype": "cpp", -		"deque": "cpp", -		"list": "cpp", -		"map": "cpp", -		"string": "cpp", -		"unordered_map": "cpp", -		"vector": "cpp", -		"exception": "cpp", -		"algorithm": "cpp", -		"functional": "cpp", -		"iterator": "cpp", -		"memory": "cpp", -		"memory_resource": "cpp", -		"numeric": "cpp", -		"optional": "cpp", -		"random": "cpp", -		"string_view": "cpp", -		"system_error": "cpp", -		"tuple": "cpp", -		"type_traits": "cpp", -		"utility": "cpp", -		"initializer_list": "cpp", -		"iosfwd": "cpp", -		"istream": "cpp", -		"limits": "cpp", -		"new": "cpp", -		"numbers": "cpp", -		"ostream": "cpp", -		"sstream": "cpp", -		"stdexcept": "cpp", -		"streambuf": "cpp", -		"cinttypes": "cpp", -		"typeinfo": "cpp", -		"valarray": "cpp", -		"variant": "cpp", -		"condition_variable": "cpp", -		"ctime": "cpp", -		"forward_list": "cpp", -		"executor": "cpp", -		"io_context": "cpp", -		"netfwd": "cpp", -		"ratio": "cpp", -		"timer": "cpp", -		"future": "cpp", -		"mutex": "cpp", -		"semaphore": "cpp", -		"stop_token": "cpp", -		"thread": "cpp" -	} -}  |