Andrzej Głuszak
Andrzej Głuszak
Full info is also not shown in the `Problems` tab after clicking "Show Error Details" 
It *may* be related (because of colocation), so I'll ask the question here: it appears that you cannot use `get_url` with colocated resources. In the example above `get_url(path="content/lessons/4_enums/index.md")` works, but...
> Are there any diagnostics tests in integration tests anywhere that I could use as examples? sadly - no :( but I'll gladly help you design some
> That's the testkit being used in current repository? yes > It seems that it's released manually if I am not mistaken I don't think we've ever made a release...
Hey, any update on this? In order to add a test you can add a new scala target [here](https://github.com/JetBrains/bazel-bsp/tree/master/e2e/test-resources/sample-repo/scala_targets) and add a test [here](https://github.com/JetBrains/bazel-bsp/blob/master/e2e/src/main/kotlin/org/jetbrains/bsp/bazel/BazelBspScalaProjectTest.kt).
Hi! Thanks @tingilee for your contribution. Could you please write a test for this?
LGTM, but there's a conflict. @tpasternak want to have a final look? @mai93 what's the policy for introducing new dependencies to WORKSPACE?
> I'm now using query string of uris: > ?kind=sources or ?kind=resources What do you mean by that?
> To change it we'd have to change the protocol. I think the rationale for this name is that build refers to the scope of the build server, not a...
Please be aware that there's an ongoing migration of this repo to Bazel in #615. Also please have a look at https://github.com/agluszak/bsp-generators. The bsp4kt might be a better starting point...