aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONFIG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index c05efb27..53f77587 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -4728,7 +4728,7 @@ require'lspconfig'.purescriptls.setup{}
Default Values:
cmd = { "purescript-language-server", "--stdio" }
filetypes = { "purescript" }
- root_dir = root_pattern("spago.dhall, bower.json")
+ root_dir = root_pattern("spago.dhall, 'psc-package.json', bower.json")
```