added pid settings to menu

This commit is contained in:
2022-01-19 14:55:26 +01:00
parent 241123e6c9
commit 1265cfda5c
20 changed files with 608 additions and 87 deletions
+13 -1
View File
@@ -63,5 +63,17 @@
"doxdocgen.generic.authorEmail": "alex@kleiax.de",
"doxdocgen.generic.authorName": "Alexander Klein"
"doxdocgen.generic.authorName": "Alexander Klein",
"files.associations": {
"new": "cpp",
"array": "cpp",
"*.tcc": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"vector": "cpp",
"fstream": "cpp",
"istream": "cpp",
"streambuf": "cpp"
}
}