feat: updated elm-review path

This commit is contained in:
Nick 2025-03-18 21:57:24 -05:00
parent b6b079e74f
commit 31f36102ee

View file

@ -31,5 +31,7 @@ in
"editor.fontLigatures" = true; "editor.fontLigatures" = true;
"elmLS.disableElmLSDiagnostics" = true; "elmLS.disableElmLSDiagnostics" = true;
"elmLS.elmReviewDiagnostics" = "warning"; "elmLS.elmReviewDiagnostics" = "warning";
"elmLS.elmReviewPath" = "/etc/profiles/per-user/nick/bin/elm-review"; "elmLS.elmReviewPath" =
"/nix/store/ms3g9cnwjhd1adccxar3vxy1gj98zsba-elm-review-2.12.0/bin/elm-review";
"editor.formatOnSave" = true;
} }