Skip to content

chore: added a build script for install from source#50

Merged
yeshwanth1993 merged 1 commit intomainfrom
build_script
Nov 21, 2025
Merged

chore: added a build script for install from source#50
yeshwanth1993 merged 1 commit intomainfrom
build_script

Conversation

@haroonc
Copy link
Contributor

@haroonc haroonc commented Nov 20, 2025

No description provided.

Change-Id: Ia15a69f7ff1a5455876bb4fe5561ad57a4e5d874
main() {
if ! is_go_installed; then
echo "Go tooling not detected."
install_go || { err "Go installation failed. Exiting."; exit 1; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure installing go is the right thing to do here. All of this would happen during the startup of the extension. So the gemini command will just be stuck waiting for all this to finish.

@yeshwanth1993 yeshwanth1993 merged commit 3b0d321 into main Nov 21, 2025
3 checks passed
@haroonc haroonc deleted the build_script branch January 30, 2026 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants