- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 18
Not planned
Labels
Description
OS: MacOS 15.4.1
Java version: openjdk 17.0.15 2025-04-15
Nodejs version: v23.11.0
VScode version: 1.99.3
I have newly installed the "Groovy Lint, Format and Fix" VSCode extension and I can see it is not working, i.e. it won't analyze or format my code
From the VSCode logs I can see the following debug messages:
2025-05-14T11:28:11.198Z npm-groovy-lint <<< NpmGroovyLint.run START >>>
2025-05-14T11:28:11.202Z npm-groovy-lint GroovyLint used config file: /Users/I515437/dev/.groovylintrc.json
2025-05-14T11:28:11.234Z npm-groovy-lint CodeNarcServer kill request failed: Error: connect ECONNREFUSED 127.0.0.1:7484
2025-05-14T11:28:11.634Z npm-groovy-lint pinging CodeNarcServer at http://localhost:7484/ping serverStatus: unknown
2025-05-14T11:28:11.636Z npm-groovy-lint Ping code: ECONNREFUSED message: connect ECONNREFUSED 127.0.0.1:7484
CodeNarcServer was not running
2025-05-14T11:28:11.636Z npm-groovy-lint >>> NpmGroovyLint.run END <<<
I have manually installed globally the npm package npm-groovy-lint
. It runs without issues on the command line.
Can you support me? Thank you!
Metadata
Metadata
Assignees
Labels
Projects
Milestone
Relationships
Development
Select code repository
Activity
psalaberria002 commentedon May 21, 2025
Same here on a Linux machine.
CodeNarcServer was not running
in the Groovy Lint extension output logs.github-actions commentedon Jun 21, 2025
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.