Skip to content

Commit

Permalink
use fixed hls version in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbollen committed May 10, 2022
1 parent f383a60 commit ac0d203
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@
"editor.tabSize": 2,
"[rust]": {
"editor.tabSize": 4
}
},
"haskell.toolchain": {
"hls": "1.6.1.0",
"ghc": null,
"cabal": null,
"stack": null
}
}

0 comments on commit ac0d203

Please sign in to comment.