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
Go to any Scala file (e.g. C.scala), invoke command "Metals: show decompiled with CFR"
Receive an error like File file:///home/user/.cache/bazel/_bazel_user/.../execroot/__main__/bazel-out/k8-fastbuild/bin/core/c.jar/c/C$.class doesn't exist
Same goes for nvim setup. But error is different: [nvim-metals] Cannot run program "/path/to/java" (in directory "/home/user/.cache/bazel/_bazel_user/.../execroot/__main__/bazel-out/k8-fastbuild/bin/core/c.jar"): error=20, Not a directory
Meanwhile c.jar is there and can be analyzed if a right command is executed.
Expected behavior
Class/tasty files can be explored without errors
Operating system
Linux
Editor/Extension
VS Code
Version of Metals
v1.4.2
Extra context or search terms
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Commands like
Show decompiled with CFR
orShow decoded tasty
fail to execute.Steps to reproduce (VS Code):
C.scala
), invoke command "Metals: show decompiled with CFR"File file:///home/user/.cache/bazel/_bazel_user/.../execroot/__main__/bazel-out/k8-fastbuild/bin/core/c.jar/c/C$.class doesn't exist
Same goes for nvim setup. But error is different:
[nvim-metals] Cannot run program "/path/to/java" (in directory "/home/user/.cache/bazel/_bazel_user/.../execroot/__main__/bazel-out/k8-fastbuild/bin/core/c.jar"): error=20, Not a directory
Meanwhile
c.jar
is there and can be analyzed if a right command is executed.Expected behavior
Class/tasty files can be explored without errors
Operating system
Linux
Editor/Extension
VS Code
Version of Metals
v1.4.2
Extra context or search terms
No response
The text was updated successfully, but these errors were encountered: