Skip to content

Commit abd8c8a

Browse files
committed
chore(devcontainer): add ast-grep (#14018)
ast-grep was missing in the dev container. But the AI was trying to use it.
1 parent 36ac0fb commit abd8c8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/postCreateCommand.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-
88

99
npm i -g @withgraphite/graphite-cli
1010

11+
cargo binstall ast-grep -y
12+
1113
just init

0 commit comments

Comments
 (0)