aboutsummaryrefslogtreecommitdiff
path: root/dungeon.code-workspace
diff options
context:
space:
mode:
Diffstat (limited to 'dungeon.code-workspace')
-rw-r--r--dungeon.code-workspace13
1 files changed, 13 insertions, 0 deletions
diff --git a/dungeon.code-workspace b/dungeon.code-workspace
new file mode 100644
index 0000000..520a09d
--- /dev/null
+++ b/dungeon.code-workspace
@@ -0,0 +1,13 @@
+{
+ "folders": [
+ {
+ "path": "."
+ },
+ {
+ "path": "..\\dungeon-server"
+ }
+ ],
+ "settings": {
+ "haxe.enableExtendedIndentation": true
+ }
+} \ No newline at end of file