Skip to content

Commit

Permalink
chore(dev_container): remove bat installation command from `postCreat…
Browse files Browse the repository at this point in the history
…eCommand`
  • Loading branch information
kyu08 committed Jan 6, 2025
1 parent 0f1c1bf commit 01493e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

// Use 'postCreateCommand' to run commands after the container is created.
// Workaround for namespace. See: https://github.com/sharkdp/bat?tab=readme-ov-file#on-ubuntu-using-apt
"postCreateCommand": "sudo apt update && sudo apt install -y bat && mkdir -p ~/.local/bin && ln -s /usr/bin/batcat ~/.local/bin/bat"
// "postCreateCommand": "",

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit 01493e4

Please sign in to comment.