You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix links of the form `jdt://` in documentation to instead invoke
the vscode-java command to open the corresponding file.
Adapted from vscode-java
Fixesredhat-developer#245
Signed-off-by: David Thompson <[email protected]>
eg. Given a quarkus project with MicroProfile fault tolerance added to it, open a properties file and add the following:
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.
The text was updated successfully, but these errors were encountered: