Skip to content

Commit

Permalink
feat(vscode): add new plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
benyap committed Dec 8, 2021
1 parent c68e8a3 commit 07ab917
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/Library/Application Support/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"editor.renderControlCharacters": true,
"editor.minimap.enabled": false,
"editor.suggest.showWords": false,
"auto-close-tag.disableOnLanguage": ["typescript"],
"todohighlight.keywords": [
"TODO:",
"FIXME:",
Expand Down
4 changes: 4 additions & 0 deletions scripts/tasks/install_apps_brew/vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,19 @@ _install_vscode_plugin() {
_install_vscode_plugins() {
_install_vscode_plugin "Color Picker" "anseki.vscode-color"
_install_vscode_plugin "Tailwind CSS IntelliSense" "bradlc.vscode-tailwindcss"
_install_vscode_plugin "Better TOML" "bungcip.better-toml"
_install_vscode_plugin "Firestore Rules" "chflick.firecode"
_install_vscode_plugin "ESLint" "dbaeumer.vscode-eslint"
_install_vscode_plugin "XML Tools" "dotjoshjohnson.xml"
_install_vscode_plugin "GitLens" "eamodio.gitlens"
_install_vscode_plugin "Prettier" "esbenp.prettier-vscode"
_install_vscode_plugin "Auto Close Tag" "formulahendry.auto-close-tag"
_install_vscode_plugin "Auto Rename Tag" "formulahendry.auto-rename-tag"
_install_vscode_plugin "Terraform" "hashicorp.terraform"
_install_vscode_plugin "AppleScript" "idleberg.applescript"
_install_vscode_plugin "Edit CSV" "janisdd.vscode-edit-csv"
_install_vscode_plugin "Rainbow CSV" "mechatroner.rainbow-csv"
_install_vscode_plugin "JSON5 syntax" "mrmlnc.vscode-json5"
_install_vscode_plugin "Docker" "ms-azuretools.vscode-docker"
_install_vscode_plugin "Pyright" "ms-pyright.pyright"
_install_vscode_plugin "Python" "ms-python.python"
Expand Down

0 comments on commit 07ab917

Please sign in to comment.