Skip to content

Commit

Permalink
update vscode and Brewfile and make pass macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyo510 committed Jan 21, 2024
1 parent 91d6d8d commit c4793f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
rm -rf /usr/local/bin/aws_completer
rm -rf /usr/local/bin/go
rm -rf /usr/local/bin/gofmt
rm /usr/local/bin/2to3
rm /usr/local/bin/2to3-3.12
- name: Cache brew install step
uses: actions/cache@v3
Expand Down
3 changes: 2 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ brew "libxml2"
brew "libzip"
brew "lua"
brew "mas"
brew "mcrypt"
brew "mkcert"
brew "mockery"
brew "mysql"
Expand Down Expand Up @@ -150,6 +149,8 @@ mas "iMovie", id: 408981434
mas "Keynote", id: 409183694
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "QREncoder", id: 452695239
mas "Xcode", id: 497799835
vscode "adpyke.vscode-sql-formatter"
vscode "alefragnani.project-manager"
vscode "amiralizadeh9480.laravel-extra-intellisense"
Expand Down
11 changes: 7 additions & 4 deletions vscode/extensions
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ eamodio.gitlens
ecmel.vscode-html-css
EditorConfig.EditorConfig
esbenp.prettier-vscode
formulahendry.terminal
foxundermoon.shell-format
GitHub.copilot
GitHub.copilot-chat
GitHub.github-vscode-theme
github.vscode-github-actions
golang.go
hashicorp.terraform
jallen7usa.vscode-cue-fmt
Expand All @@ -47,13 +48,15 @@ ms-toolsai.jupyter-renderers
ms-toolsai.vscode-jupyter-cell-tags
ms-toolsai.vscode-jupyter-slideshow
ms-vscode-remote.remote-containers
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
ms-vscode.cmake-tools
ms-vscode.cpptools
ms-vscode.cpptools-extension-pack
ms-vscode.cpptools-themes
ms-vscode.makefile-tools
ms-vscode.remote-explorer
ms-vsliveshare.vsliveshare
ms-vsliveshare.vsliveshare-pack
ms-vsliveshare.vsliveshare-audio
neilbrayfield.php-docblocker
nickgo.cuelang
octref.vetur
Expand All @@ -65,9 +68,9 @@ rexshi.phpdoc-comment-vscode-plugin
shufo.vscode-blade-formatter
sianglim.slim
spook.easysass
stef-k.laravel-goto-controller
twxs.cmake
vscodevim.vim
Vue.volar
wayou.vscode-todo-highlight
wingrunr21.vscode-ruby
xaver.clang-format
Expand Down

0 comments on commit c4793f5

Please sign in to comment.