-
Notifications
You must be signed in to change notification settings - Fork 105
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
When running an action that doesn't use the *EVENTF, an error message shows in the log regarding *EVENTF being missing from command string. #2500
Labels
good first issue
Good for newcomers. Feel free to ask for help with these!
Comments
I suggest to only fire this when the command is a CRT* command. |
wimjongman
added a commit
to wimjongman/vscode-ibmi
that referenced
this issue
Feb 13, 2025
* This message is now suppressed from commands not starting with CRT * Complexity of the method was reduced
wimjongman
added a commit
to wimjongman/vscode-ibmi
that referenced
this issue
Feb 19, 2025
* This message is now suppressed from commands not starting with CRT
wimjongman
added a commit
to wimjongman/vscode-ibmi
that referenced
this issue
Feb 19, 2025
* This message is now suppressed from commands not starting with CRT
wimjongman
added a commit
to wimjongman/vscode-ibmi
that referenced
this issue
Feb 20, 2025
* This message is now suppressed from commands not starting with CRT
wimjongman
added a commit
to wimjongman/vscode-ibmi
that referenced
this issue
Feb 20, 2025
* This message is now suppressed from commands not starting with CRT
wimjongman
added a commit
to wimjongman/vscode-ibmi
that referenced
this issue
Feb 20, 2025
* This message is now suppressed from commands not starting with CRT
worksofliam
pushed a commit
that referenced
this issue
Feb 20, 2025
…missing-from-command-string.-#2500 Log regarding *EVENTF being missing from command string. #2500
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When running a Run action that doesn't use the *EVENTF, an error message shows in the log regarding *EVENTF being missing from command string.
This message is not useful and I find it distracting. Perhaps eliminate the false error message or let me turn that off as a setting ?
Example:
*EVENTF not found in command string. Not fetching errors for LIB/SRCMBR001.
To Reproduce
Steps to reproduce the behavior:
*EVENTF not found in command string. Not fetching errors for LIB/SRCMBR001.
Expected behavior
I would expect that if the *EVENTF is not used in my command line, I should not have to see this extraneous non-useful message. It's distracting.
Perhaps eliminate the false error message or let me turn that off as a setting ?
I know what it's like to over message users. I've been doing that my entire career until someone points out sometimes that it's sometimes TMI and distracting.
Thanks
Screenshots

Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: