Skip to content
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

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

add: webstorm-bin #6751

wants to merge 16 commits into from

Conversation

jimed-rand
Copy link
Contributor

@jimed-rand jimed-rand commented Dec 11, 2024

Adding WebStorm as available for free (non-commercial usages) and part of requests I made based on #6744. The versions are 2024.3.1.

@github-actions github-actions bot added the Package Add Use this to request a package to be added label Dec 11, 2024
packages/webstorm-bin/webstorm-bin.pacscript Outdated Show resolved Hide resolved
packages/webstorm-bin/webstorm-bin.pacscript Outdated Show resolved Hide resolved
@jimed-rand jimed-rand marked this pull request as draft December 12, 2024 04:45
@jimed-rand jimed-rand marked this pull request as ready for review December 12, 2024 05:12
@jimed-rand
Copy link
Contributor Author

It's ready to review, I've fixed and follow your suggestions @Elsie19.

@jimed-rand jimed-rand requested a review from Elsie19 December 12, 2024 05:24
Comment on lines +15 to +18
cd "${srcdir}/WebStorm-243.22562.112" || {
echo "Directory not found"
exit 1
}
Copy link
Member

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.

Copy link
Contributor Author

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

Copy link
Member

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.

Copy link
Contributor Author

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.

Comment on lines +25 to +28
if [ ! -e "$item" ]; then
echo "Error: $item not found"
exit 1
fi
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package Add Use this to request a package to be added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants