-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Detect available flags for extensions #2557
base: master
Are you sure you want to change the base?
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
FYI @SanjulaGanepola this lands in the next Runner.Client release in parallel where it is available earlier. I look into integrating this into your VSCode extension, try to run this flag and if it works stop using hardcoded options database. E.g. if an option is unsupported highlight and disable it. This can be later added to my own extension stay tuned. |
this is the output of this flag
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2557 +/- ##
==========================================
+ Coverage 61.56% 68.65% +7.08%
==========================================
Files 53 71 +18
Lines 9002 10935 +1933
==========================================
+ Hits 5542 7507 +1965
+ Misses 3020 2865 -155
- Partials 440 563 +123 ☔ View full report in Codecov by Sentry. |
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 is an awesome change. In reviewing the JSON output, I noticed that the description for the action-offline-mode
does not make sense. Can this description be improved?
For clarity, also adding this here as well
Flag used in SanjulaGanepola/github-local-actions#117 |
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks:
You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
@ChristopherHX this pull request has failed checks 🛠 |
@ChristopherHX this pull request has failed checks 🛠 |
Currently you would need to parse the help text, but using this feature you don't need to reassemble all informations.