63. Ghost Globe

This commit is contained in:
2024-10-19 21:33:20 -04:00
parent 014925b5c6
commit 3a3f0c0271
9 changed files with 108 additions and 12 deletions

20
GASATHON.code-workspace Normal file
View File

@ -0,0 +1,20 @@
{
"folders": [
{
"path": "."
},
{
"path": "../Surgo/UE"
}
],
"settings": {
"autoHide.autoHideSideBar": false,
"autoHide.autoHidePanel": false,
"files.associations": {
"*.rmd": "markdown",
"*.ipp": "cpp",
"__hash_table": "cpp",
"string": "cpp"
}
}
}