Skip to content

Commit

Permalink
remove vs code
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Jan 9, 2024
1 parent 4aaa309 commit 71c72ba
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 22 deletions.
5 changes: 0 additions & 5 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ core:
cargo:
just apply cargo -e upgrade_tasks=1

# install vs code plugins
vscode:
cat vscode/extensions | xargs -n 1 code --install-extension
cat vscode/themes | xargs -n 1 code --install-extension

# run local shellcheck + yamllint + sanity lints
lint:
yamllint *.yml roles/ vars/
Expand Down
1 change: 0 additions & 1 deletion mac/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cask "karabiner-elements"
cask "openvpn-connect"
cask "signal"
cask "slack"
cask "visual-studio-code"
cask "background-music"
cask "font-inconsolata-nerd-font"
cask "spaceid" # workspace id widget
Expand Down
1 change: 0 additions & 1 deletion test/install.test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ exists() {

@test "aur/brew" {
# common pks first
exists code
exists dyff
exists shellcheck
exists k3d
Expand Down
11 changes: 0 additions & 11 deletions vscode/extensions

This file was deleted.

4 changes: 0 additions & 4 deletions vscode/themes

This file was deleted.

0 comments on commit 71c72ba

Please sign in to comment.