Skip to content

Commit

Permalink
Enable vscode extension for fish
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 14, 2023
1 parent 632c371 commit cdd57b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"foxundermoon.shell-format",
"tamasfe.even-better-toml",
"jnoortheen.nix-ide",
"thenuprojectcontributors.vscode-nushell-lang"
"thenuprojectcontributors.vscode-nushell-lang",
"bmalehorn.vscode-fish"
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"[nix]": {
"editor.defaultFormatter": "jnoortheen.nix-ide"
},
"[fish]": {
"editor.defaultFormatter": "bmalehorn.vscode-fish"
},
"nix.serverPath": "nil",
"nix.enableLanguageServer": true,
"nix.serverSettings": {
Expand Down

0 comments on commit cdd57b3

Please sign in to comment.