Fixed double repo

This commit is contained in:
Isaac Rex 2023-07-23 18:14:38 -05:00
parent 4fa53a71fd
commit cfd52ca463
2 changed files with 11 additions and 2 deletions

12
.vscode/settings.json vendored
View File

@ -11,6 +11,7 @@
},
"files.associations": {
"*.h": "c",
"*.ino": "cpp",
"*.c": "c",
"*.inc": "c",
"*.cpp": "cpp",
@ -18,7 +19,16 @@
"xstddef": "c",
"type_traits": "c",
"utility": "c",
"ranges": "c"
"ranges": "c",
"ios": "c",
"regex": "c",
"random": "c",
"variant": "c",
"chrono": "c",
"limits": "c",
"algorithm": "c",
"locale": "c",
"string": "c"
},
"[markdown]": {
"editor.trimAutoWhitespace": false,

@ -1 +0,0 @@
Subproject commit 00aec9e6be8a59e4bf697bba98ec52f917047cf3