You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dhall-lsp-server/README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,3 +87,11 @@ See [`dhall-haskell` - `README`](https://github.com/dhall-lang/dhall-haskell/blo
87
87
2. Use `npm install -g vsce` to install the *vsce* executable.
88
88
3. Run `vsce package` inside the git repo to package the extension, resulting in a file `vscode-dhall-lsp-server-x.x.x.vsix`.
89
89
4. You can install the packaged extension directly by opening the `.vsix` file from within VSCod/ium.
90
+
91
+
**Integration tests**
92
+
93
+
The `dhall-lsp-server:tests` testsuite depends on the `dhall-lsp-server` executable. Since `stack` isn't aware of this dependency, `stack test dhall-lsp-server:tests` may use an old executable version. Run these tests with
94
+
95
+
stack test dhall-lsp-server:tests dhall-lsp-server:dhall-lsp-server
0 commit comments