vscode settings

This commit is contained in:
Yu Cong 2025-04-20 21:52:50 +08:00
parent 8e8ac86037
commit 45cd051257

8
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"haskell.toolchain": {
"hls": "2.9.0.1",
"ghc": "9.4.8",
"cabal": "3.12.1.0",
"stack": null
}
}