aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONFIG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 6e3f7188..2c441092 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -4631,6 +4631,10 @@ This server accepts configuration via the `settings` key.
Tool to use to for formatting\. Must be installed and on PATH \(or npm installed with addNpmPath set\)
+- **`purescript.fullBuildOnSave`**: `boolean`
+
+ Whether to perform a full build on save with the configured build command \(rather than IDE server fast rebuild\)\. This is not generally recommended because it is slow\, but it does mean that dependant modules are rebuilt as necessary\.
+
- **`purescript.importsPreferredModules`**: `array`
Default: `{ "Prelude" }`