Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
update vscode configs
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Mar 9, 2022
1 parent 0f4e1f8 commit b04685c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"esbenp.prettier-vscode",
"PKief.material-icon-theme",
"aaron-bond.better-comments",
"dsznajder.es7-react-js-snippets"
"dsznajder.es7-react-js-snippets",
"golang.go",
"bbenoist.Nix"
]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"editor.fontLigatures": true,
"git.autofetch": true,
"git.confirmSync": false,
"javascript.updateImportsOnFileMove.enabled": "always"
"javascript.updateImportsOnFileMove.enabled": "always",
"compile-hero.disable-compile-files-on-did-save-code": true
}

0 comments on commit b04685c

Please sign in to comment.