diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-06-27 14:23:20 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-08-30 05:41:03 -0500 |
commit | c81fd632250ba6180d11c9fba01865f5caf71173 (patch) | |
tree | 1c921104738b32446b263fe6d2b48badbfe79170 /monsterfork.code-workspace | |
parent | ad28c4b08cce26061d8da356f9ef939a47774beb (diff) |
[Dev] Add VS Code workspace
Diffstat (limited to 'monsterfork.code-workspace')
-rw-r--r-- | monsterfork.code-workspace | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/monsterfork.code-workspace b/monsterfork.code-workspace new file mode 100644 index 000000000..8f4183e8f --- /dev/null +++ b/monsterfork.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "." + } + ] +} |