Skip to content

Commit dc6f696

Browse files
committed
Update Husky and pretty-quick
Fix some conflicting rules about quotemarks too
1 parent 74483c9 commit dc6f696

File tree

4 files changed

+465
-128
lines changed

4 files changed

+465
-128
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,8 @@ This extension will download the language server binaries to a specific location
130130
| Windows | `%APPDATA%\Code\User\globalStorage\alanz.vscode-hie-server` |
131131
| Linux | TODO |
132132

133-
134133
Note that if `haskell-language-server-wrapper` is already on the PATH, then the extension will launch it directly instead of downloading binaries.
135134

136-
137135
## Investigating and reporting problems
138136

139137
1. Go to extensions and right click `Haskell` and choose `Configure Extensions Settings`
@@ -146,13 +144,13 @@ Please include the output when filing any issues on the relevant language server
146144

147145
### Troubleshooting
148146

149-
* Usually the error or unexpected behaviour is already reported in the haskell language server [used by the extension](#hie-variant). Finding the issue in its issue tracker could be useful to help resolve it. Sometimes even it includes a workaround for the issue.
150-
* Haskell language servers issue trackers:
151-
* haskell-ide-engine (the default haskell language server): https://github.com/haskell/haskell-ide-engine/issues
152-
* haskell-language-server: https://github.com/haskell/haskell-language-server/issues
153-
* *Common issues*:
154-
* For now, the extension is not able to open a single haskell source file. You need to open a workspace or folder, configured to be built with cabal, stack or other hie-bios compatible program.
155-
* Check you don't have other haskell extensions active, they can interfere with each other.
147+
- Usually the error or unexpected behaviour is already reported in the haskell language server [used by the extension](#hie-variant). Finding the issue in its issue tracker could be useful to help resolve it. Sometimes even it includes a workaround for the issue.
148+
- Haskell language servers issue trackers:
149+
- haskell-ide-engine (the default haskell language server): https://github.com/haskell/haskell-ide-engine/issues
150+
- haskell-language-server: https://github.com/haskell/haskell-language-server/issues
151+
- _Common issues_:
152+
- For now, the extension is not able to open a single haskell source file. You need to open a workspace or folder, configured to be built with cabal, stack or other hie-bios compatible program.
153+
- Check you don't have other haskell extensions active, they can interfere with each other.
156154

157155
## Contributing
158156

0 commit comments

Comments
 (0)