shellwax icon indicating copy to clipboard operation
shellwax copied to clipboard

Shell script editor plugin for Eclipse

Results 3 shellwax issues
Sort by recently updated
recently updated
newest added

It would be nice to have Eclipse Quick Fix inserting shellcheck disable directive and corresponding comment, like ``` # disable SC2004: $/${} is unnecessary on arithmetic variables. # shellcheck disable=SC2004...

Not able to debug the shell script

enhancement

### The following is always displayed in the Progress window: ![image](https://github.com/user-attachments/assets/325939e9-0788-4773-8df6-547d9fec56af) ### The following errors are constantly reported on the standard output: node:internal/modules/cjs/loader:1148 throw err; ^ Error: Cannot find module...