nvim-metals icon indicating copy to clipboard operation
nvim-metals copied to clipboard

`FindInDependencyJars` doesn't work

Open Z1kkurat opened this issue 6 months ago • 8 comments

Describe the bug

MetalsFindInDependencyJars command doesn't seem to work. After showing the input for file mask and text, nothing happens. I found no errors in metals' log file. The same use case works fine in vscode, so it doesn't seem the issue is in metals itself.

Can be reproduced by adding "com.typesafe.akka" %% "akka-actor" % "2.6.13" to the project's dependencies, file mask should be .conf, query should be akka. out

I use lazyvim if that makes any difference.

Expected behavior

A window/popup with the search results

Operating system

macOS

Version of Metals

1.2.0

Commit of nvim-metals

1e269f1f01e6b970603d51e9e044824d9d8114e7

Z1kkurat avatar Jan 03 '24 15:01 Z1kkurat