diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-06-30 17:33:55 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-08-30 05:41:03 -0500 |
commit | eaf9bc1a428b338ee666f1da1e32eed7e3b6b25e (patch) | |
tree | aeec5fdde79d6e4fa354da326a540811b5576907 /monsterfork.code-workspace | |
parent | 5d5d88e4f65df4c190afeb407167c153584be108 (diff) |
[Feature] Add in-place post editing
Diffstat (limited to 'monsterfork.code-workspace')
-rw-r--r-- | monsterfork.code-workspace | 6 |
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 + } } |