Skip to content
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

Sonar is not showing the Rule Descriptions in VsCode #1158

Open
ppyck opened this issue Jan 30, 2025 · 5 comments
Open

Sonar is not showing the Rule Descriptions in VsCode #1158

ppyck opened this issue Jan 30, 2025 · 5 comments
Assignees
Labels

Comments

@ppyck
Copy link

ppyck commented Jan 30, 2025

When you right-click on a Sonar-issue in the problems view you can choose to see the Rule Description
f.ex. SonarQube: Show issue details for ...
This used to work and is useful to find the way to suppress an issue, now the view opens but there isn't anything in it

Image

@gquerret
Copy link
Contributor

Can you confirm that you're using CABL 4.14.99002 ? And that your connection to the server is active ?

Image

Any message in the Extension Host output ?

Image

@ppyck
Copy link
Author

ppyck commented Jan 30, 2025

Yes, I'm using CABL 4.14.99002 and my connection is active

Image

Following error is shown multiple times in the Extention Hostoutput:

2025-01-30 14:14:58.329 [error] Error: Illegal argument: line must be non-negative
	at ke (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:7:1186)
	at new io (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:109:20862)
	at xs (file:///c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:109:22416)
	at L (c:\Users\user\.vscode\extensions\riversidesoftware.openedge-abl-lsp-1.19.0-win32-x64\dist\extension.js:2:517485)
	at w (c:\Users\user\.vscode\extensions\riversidesoftware.openedge-abl-lsp-1.19.0-win32-x64\dist\extension.js:2:516470)
	at d (c:\Users\user\.vscode\extensions\riversidesoftware.openedge-abl-lsp-1.19.0-win32-x64\dist\extension.js:2:561420)
	at t.map (c:\Users\user\.vscode\extensions\riversidesoftware.openedge-abl-lsp-1.19.0-win32-x64\dist\extension.js:2:561506)
	at Object.asDiagnostics (c:\Users\user\.vscode\extensions\riversidesoftware.openedge-abl-lsp-1.19.0-win32-x64\dist\extension.js:2:529034)
	at D.workDiagnosticQueue (c:\Users\user\.vscode\extensions\riversidesoftware.openedge-abl-lsp-1.19.0-win32-x64\dist\extension.js:2:408379)
	at Immediate.<anonymous> (c:\Users\user\.vscode\extensions\riversidesoftware.openedge-abl-lsp-1.19.0-win32-x64\dist\extension.js:2:408045)
	at process.processImmediate (node:internal/timers:483:21)

@gquerret
Copy link
Contributor

Working from home today, and I see the exact same problem on the machine I'm working on. Unknown cause, but at least, I can reproduce the issue.

@gquerret gquerret added the VS Code label Jan 31, 2025 — with Linear
Copy link
Contributor

Issue fixed locally, and PR opened upstream. A patch will be pushed to the marketplace if the PR is not quickly accepted.

@gquerret gquerret self-assigned this Jan 31, 2025
@ppyck
Copy link
Author

ppyck commented Jan 31, 2025

Thx, I'll see when I can get the new version of CABL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants