about summary refs log tree commit diff
path: root/monsterfork.code-workspace
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-06-30 17:33:55 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:41:03 -0500
commiteaf9bc1a428b338ee666f1da1e32eed7e3b6b25e (patch)
treeaeec5fdde79d6e4fa354da326a540811b5576907 /monsterfork.code-workspace
parent5d5d88e4f65df4c190afeb407167c153584be108 (diff)
[Feature] Add in-place post editing
Diffstat (limited to 'monsterfork.code-workspace')
-rw-r--r--monsterfork.code-workspace6
1 files changed, 5 insertions, 1 deletions
diff --git a/monsterfork.code-workspace b/monsterfork.code-workspace
index 8f4183e8f..e67eae18c 100644
--- a/monsterfork.code-workspace
+++ b/monsterfork.code-workspace
@@ -3,5 +3,9 @@
 		{
 			"path": "."
 		}
-	]
+	],
+	"settings": {
+		"typescript.surveys.enabled": false,
+		"javascript.format.enable": false
+	}
 }