included workspace for easier setup
This commit is contained in:
parent
1fba52ad7a
commit
1d33a0e4e6
2 changed files with 13 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
*.code-workspace
|
|
||||||
*.raddbgi
|
*.raddbgi
|
||||||
**/worlds
|
**/worlds
|
||||||
data
|
data
|
||||||
|
|
12
oogabooga.code-workspace
Normal file
12
oogabooga.code-workspace
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"files.associations": {
|
||||||
|
"algorithm": "c"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in a new issue