codefori/vscode-ibmi

Use a fully qualified path for system commands

worksofliam opened this issue · 1 comments

Based on #2200

Though, I do think we need to go through the codebase and ensure that we use a fully qualified path for system commands - e.g. prepending QSYS/ where applicable to command calls.

It would be nice to be able to customize some of the commands. Maybe keep a list in some of the files. Like the change you had to make for us when using the SBMJOB command to include the CPYENVVAR(*YES). That's the only one I know of that I needed to customize but you never know what someone might have modified.