Piotr Chabelski
Piotr Chabelski
@adpi2 I dunno if the `BSP` docs are up to date, but referring to the [Server Discovery](https://build-server-protocol.github.io/docs/server-discovery.html#the-bsp-connection-details) doc: ```text BSP connection files: 1. must be unique per build tool name...
cc @romanowski
I am not sure about the naming of the `--only` flag, but we definitely should have some reasonable way of filtering tests. It will probably take time to fully support...
> For reference: with the [JUnit Interface](https://github.com/sbt/junit-interface) it is already possible to run specific tests, just not a specific complete suite. Oh, huh, I didn't realise it was this easy,...
Noting here, so we don't forget about it. Even though #818 was merged, it seems there's still relevant effort to be done. relevant comment: https://github.com/VirtusLab/scala-cli/pull/818#issuecomment-1084793516
After discussing it offline, there seems to be 2 potential solutions: 1. allowing no-extension inputs as long as they have the `shebang` line 2. allowing to pass Scala scripts without...
The corresponding feature request ticket for Metals to track this: https://github.com/scalameta/metals-feature-requests/issues/290
For future reference, transcribing the screenshot to characters: ``` C:\Users\hepin>winget install scala-cli 尝试更新源时失败: winget 找不到与输入条件匹配的程序包 ``` To my knowledge, the rough translation to English would be: ``` Failed while attempting...
Hey, good point. ~~And it should be simple enough to do that, too.~~ EDIT: On second thought, I wonder. when running the following: ```bash scala-cli invalid ``` Scala CLI looks...
@mpkocher it is currently likely that the implicit dispatching mechanism to the `run` sub-command might be swapped out in for of the `repl` sub-command in the near future. Relevant SIP...