included workspace for easier setup

This commit is contained in:
randy 2024-07-04 09:37:04 +07:00
parent 1fba52ad7a
commit 1d33a0e4e6
2 changed files with 13 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
*.code-workspace
*.raddbgi
**/worlds
data

12
oogabooga.code-workspace Normal file
View file

@ -0,0 +1,12 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"algorithm": "c"
}
}
}