Skip to content

Commit

Permalink
Update dev container build.
Browse files Browse the repository at this point in the history
Include the tree-sitter plugin in the file image.
  • Loading branch information
davidchisnall committed Dec 17, 2024
1 parent e66d69c commit 456f142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ RUN apt update && apt install -y liblua5.4-dev libicu-dev
COPY --from=igk-build /llvm/lib /llvm/lib
COPY --from=igk-build /igk/build/igk /igk/bin/
COPY --from=igk-build /igk/build/libigk-clang.so /igk/lib/
COPY --from=igk-build /igk/build/libigk-treesitter.so /igk/lib/
COPY --from=igk-build /igk/lua /igk/share/igk-lua

0 comments on commit 456f142

Please sign in to comment.