Jan Jamaszyk

Results 3 issues of Jan Jamaszyk

When executing code open-url using vs-code remote containers (https://code.visualstudio.com/docs/remote/containers) to communicate with the debugging extension I get the foillowing error: ``` $ code --open-url Ignoring option open-url: not supported for...

cause:VSCode

Hello, I am trying to setup the jsonnet bazel rules in the following manner: WORKSPACE: ``` http_archive( name = "bazel_skylib", sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c", urls = [ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz", "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz", ], )...

* [x] This is a bug report * [ ] This is a feature request * [x] I searched existing issues before opening this one ### Expected behavior When container...