-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
add: webstorm-bin
#6751
base: master
Are you sure you want to change the base?
add: webstorm-bin
#6751
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
It's ready to review, I've fixed and follow your suggestions @Elsie19. |
cd "${srcdir}/WebStorm-243.22562.112" || { | ||
echo "Directory not found" | ||
exit 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.
This should never ever fail and if it does there are bigger issues than that. Assume it works and remove the guard.
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.
It actually works, but it couldn't work in pre-commit side
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.
Remove the guards please. I will deal with precommit.
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.
Remove the guards please. I will deal with precommit.
Alright, I'll do it after exams tomorrow.
if [ ! -e "$item" ]; then | ||
echo "Error: $item not found" | ||
exit 1 | ||
fi |
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.
Assume everything works. It always should.
Adding WebStorm as available for free (non-commercial usages) and part of requests I made based on #6744. The versions are 2024.3.1.