Skip to content

Commit

Permalink
Check if VSCode is installed first
Browse files Browse the repository at this point in the history
  • Loading branch information
heussd committed Oct 4, 2024
1 parent 77dcd6d commit 72761da
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions .Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -204,21 +204,23 @@ end



vscode "dakara.transformer"
vscode "dotjoshjohnson.xml"
vscode "esbenp.prettier-vscode"
vscode "exiasr.hadolint"
vscode "file-icons.file-icons"
vscode "formulahendry.auto-close-tag"
vscode "formulahendry.auto-rename-tag"
vscode "github.vscode-github-actions"
vscode "hashicorp.terraform"
vscode "johnpapa.vscode-peacock"
vscode "ms-azuretools.vscode-docker"
vscode "ms-vscode-remote.remote-containers"
vscode "nhoizey.gremlins"
vscode "redhat.vscode-xml"
vscode "redhat.vscode-yaml"
vscode "streetsidesoftware.code-spell-checker"
vscode "timonwong.shellcheck"
vscode "yzhang.markdown-all-in-one"
if system 'which code &> /dev/null'
vscode "dakara.transformer"
vscode "dotjoshjohnson.xml"
vscode "esbenp.prettier-vscode"
vscode "exiasr.hadolint"
vscode "file-icons.file-icons"
vscode "formulahendry.auto-close-tag"
vscode "formulahendry.auto-rename-tag"
vscode "github.vscode-github-actions"
vscode "hashicorp.terraform"
vscode "johnpapa.vscode-peacock"
vscode "ms-azuretools.vscode-docker"
vscode "ms-vscode-remote.remote-containers"
vscode "nhoizey.gremlins"
vscode "redhat.vscode-xml"
vscode "redhat.vscode-yaml"
vscode "streetsidesoftware.code-spell-checker"
vscode "timonwong.shellcheck"
vscode "yzhang.markdown-all-in-one"
end

0 comments on commit 72761da

Please sign in to comment.