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

Links in documentation provided in properties files do not work #245

Open
datho7561 opened this issue Jul 8, 2024 · 0 comments · May be fixed by #246
Open

Links in documentation provided in properties files do not work #245

datho7561 opened this issue Jul 8, 2024 · 0 comments · May be fixed by #246
Assignees
Labels
bug Something isn't working

Comments

@datho7561
Copy link
Contributor

eg. Given a quarkus project with MicroProfile fault tolerance added to it, open a properties file and add the following:

Bulkhead/waitingTaskQueue|

Invoke completion at the | and observe that there is a class referenced but there is no link to open the class.

Then, accept the completion, resulting in:

Bulkhead/waitingTaskQueue=10

Next, hover over Bulkhead/waitingTaskQueue. The same documentation appears here as well and also doesn't work here.

Fred discovered this.

@datho7561 datho7561 added the bug Something isn't working label Jul 8, 2024
datho7561 added a commit to datho7561/vscode-microprofile that referenced this issue Jul 8, 2024
Fix links of the form `jdt://` in documentation to instead invoke
the vscode-java command to open the corresponding file.

Adapted from vscode-java

Fixes redhat-developer#245

Signed-off-by: David Thompson <[email protected]>
@datho7561 datho7561 linked a pull request Jul 8, 2024 that will close this issue
@datho7561 datho7561 self-assigned this Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 👀 In review
Development

Successfully merging a pull request may close this issue.

1 participant