Scala development with dockerized [jupyter notebook -> jupyter-lsp -> metals -> bloop -> maven] #7227
stanton-scott
started this conversation in
General
Replies: 1 comment 4 replies
-
Related topic scalameta/metals-feature-requests#236 Maybe you can set |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am currently trying to get this setup to work and wanted to check if it is possible first:
Within a Docker container:
/home/jovyan/notebooks/
<project>.json
and<project-test>.json
visiblebloop projects
shows that<project>
and<project-test>
are presentCode:
Current issue:
When I open a notebook, jupyterlab-lsp creates a
.virtual_documents
folder and sends the location/home/jovyan/notebooks/virtual_documents
to metals in the initialization request. Metals then logs the following under/home/jovyan/notebooks/.virtual_documents/.metals
Questions:
notebooks/
where my .bloop and pom.xml exist, while still enabling the features of the language server for my notebooks?Beta Was this translation helpful? Give feedback.
All reactions