From 1d33a0e4e6ed1524945533d7f8a8b368e54bb52a Mon Sep 17 00:00:00 2001 From: randy Date: Thu, 4 Jul 2024 09:37:04 +0700 Subject: [PATCH] included workspace for easier setup --- .gitignore | 2 +- oogabooga.code-workspace | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 oogabooga.code-workspace diff --git a/.gitignore b/.gitignore index e1f08d8..e1872ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*.code-workspace + *.raddbgi **/worlds data diff --git a/oogabooga.code-workspace b/oogabooga.code-workspace new file mode 100644 index 0000000..6cfc492 --- /dev/null +++ b/oogabooga.code-workspace @@ -0,0 +1,12 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "files.associations": { + "algorithm": "c" + } + } +} \ No newline at end of file