nvuillam / vscode-groovy-lint

VSCode extension to lint , correct and format groovy and Jenkinsfile
https://nvuillam.github.io/vscode-groovy-lint/
MIT License
69 stars 18 forks source link

Add option to send --no-parse to npm-groovy-lint #243

Closed nvuillam closed 1 month ago

nvuillam commented 3 months ago

Related to https://github.com/nvuillam/npm-groovy-lint/issues/406

Fabi9199 commented 3 months ago

Maybe think of adding an option "args" to the vscode extension settings, then every user can add the arguments by himself :)

nvuillam commented 3 months ago

@Fabi9199 npm-groovy-lint is called as module., not command line ^^ For the moment inm struggling because after spending hours to refactor npm-groovy-lint as a modern ES Module, I discovered that VsCode extensions can not import them... 🤡🤡

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.