Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou committed Sep 5, 2024
1 parent 35a72e5 commit 9206d88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions environment/postInstall
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ if [ ! -d "/.vscode/extensions" ]
code-server --disable-telemetry --extensions-dir=/.vscode/extensions --install-extension eamodio.gitlens
code-server --disable-telemetry --extensions-dir=/.vscode/extensions --install-extension ryanluker.vscode-coverage-gutters

curl -L -o copilot_1.161.zip https://github.com/user-attachments/files/16859733/copilot_1.161.zip
unzip copilot_1.161.zip
code-server --extensions-dir=/.vscode/extensions --install-extension GitHub.copilot-1.161.0.vsix
rm copilot_1.161.zip GitHub.copilot-1.161.0.vsix

else
echo "code-server not found"
fi

0 comments on commit 9206d88

Please sign in to comment.