Skip to content
Snippets Groups Projects
Unverified Commit 0bf2756b authored by Théo Zimmermann's avatar Théo Zimmermann
Browse files

Add an error highlighting extension to better visualize errors in coq-lsp.

parent f6fd29a7
No related branches found
No related tags found
No related merge requests found
FROM inf110-workspace-base:latest
# Install the coq-lsp extension for code-server
# Install the coq-lsp extension for code-server and an extension that highlights errors in the code
RUN code-server --install-extension ejgallego.coq-lsp
RUN code-server --install-extension usernamehw.errorlens
# Install the Jupyter / Python extensions for code-server
RUN code-server --install-extension ms-toolsai.jupyter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment