diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-02-05 11:35:12 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-05 11:35:12 -0600 |
commit | 2f71db74e27afe1ab6420430775002cdb96bd049 (patch) | |
tree | 6172a0647a23e6958c1a543ad027fe0a8c4475dc | |
parent | d1323ad8b4880dc201fedc8ba5d74622c74a556d (diff) |
add workspace for vscode/vscodium users
-rw-r--r-- | monsterfork.code-workspace | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/monsterfork.code-workspace b/monsterfork.code-workspace new file mode 100644 index 000000000..57097327f --- /dev/null +++ b/monsterfork.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} |