-
Notifications
You must be signed in to change notification settings - Fork 1.3k
enable indexing with GoLand latest in prebuild as well #9246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0fcc43a
to
16452a9
Compare
93fe084
to
f0507b4
Compare
|
PRODUCT_CODE=GO | ||
curl -sSL "https://data.services.jetbrains.com/products?code=$PRODUCT_CODE&fields=distributions%2Clink%2Cname%2Creleases&_=$(date +%s)000" > /tmp/jb_products.xml | ||
JB_BACKEND_DOWNLOAD_URL=$(jq -r '.[0].releases[0].downloads.linux.link' /tmp/jb_products.xml) | ||
echo "$JB_BACKEND_DOWNLOAD_URL" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could possibly use https://download.jetbrains.com/product?distribution=linux&code=$PRODUCT_CODE
here too. [1]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I'm not sure. It seems to have another semantic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code reviewed and tested! ✅
No more indexing for Go files when opening Gitpod repo on latest version of Goland 🎉
Description
This PR:
Related Issue(s)
Related to #6740
How to test
Stable
Latest
Latest Release (Unstable)
in preferences: https://ak-goland-e67ebe3338.staging.gitpod-dev.com/preferencesRelease Notes
Documentation