mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: updated elm-review path
This commit is contained in:
parent
b6b079e74f
commit
31f36102ee
1 changed files with 3 additions and 1 deletions
|
@ -31,5 +31,7 @@ in
|
|||
"editor.fontLigatures" = true;
|
||||
"elmLS.disableElmLSDiagnostics" = true;
|
||||
"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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue