Skip to content

Commit

Permalink
Merge branch 'main' of github.com:anthr76/snowflake
Browse files Browse the repository at this point in the history
  • Loading branch information
anthr76 committed Sep 7, 2024
2 parents ed3a07f + d39ccb1 commit df8b100
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions home-manager/personalities/desktop/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,17 @@
grafana.vscode-jsonnet
github.vscode-github-actions
ms-vscode.cpptools-extension-pack
unifiedjs.vscode-mdx
ms-python.vscode-pylance
ms-python.black-formatter
# Formatters
esbenp.prettier-vscode
darkriszty.markdown-table-prettify
# Linters
davidanson.vscode-markdownlint
fnando.linter
dbaeumer.vscode-eslint
charliermarsh.ruff
# Remote development
ms-vscode-remote.remote-containers
ms-vscode-remote.remote-ssh
Expand All @@ -42,6 +48,16 @@
ms-kubernetes-tools.vscode-kubernetes-tools
shipitsmarter.sops-edit
editorconfig.editorconfig
shd101wyy.markdown-preview-enhanced
bierner.emojisense
yzhang.markdown-all-in-one
streetsidesoftware.code-spell-checker
github.copilot
mechatroner.rainbow-csv
tobermory.es6-string-html
bpruitt-goddard.mermaid-markdown-syntax-highlighting
bashmish.es6-string-css
github.vscode-pull-request-github
];
userSettings = {
"[go]".editor.defaultFormatter = "golang.go";
Expand Down

0 comments on commit df8b100

Please sign in to comment.