Skip to content

Commit

Permalink
chore(vscode): migrate to even better toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Azd325 committed Jul 26, 2023
1 parent d1405e3 commit 1b47804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/programs/editors/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
enable = true;
extensions = with pkgs.vscode-extensions; [
betterthantomorrow.calva
bungcip.better-toml
charliermarsh.ruff
eamodio.gitlens
editorconfig.editorconfig
Expand All @@ -15,6 +14,7 @@
ms-python.python
ms-vscode.makefile-tools
redhat.vscode-yaml
tamasfe.even-better-toml
];
};
}

0 comments on commit 1b47804

Please sign in to comment.