VS Code devcontainer support with james-yu.latex-workshop extension
Compare changes
.devcontainer/Dockerfile
0 → 100644
+ 40
− 0
\ No newline at end of file
** Notice: all internal pipelines have been restricted to 30 minute timeouts, if your CI/CD runs take longer, either use your own runners or read below **
We would remind everyone that the CI/CD services provided by the university Gitlab servers are intended for CI/CD use only (ie. delivering new versions of your software to your production servers, etc).They are not intended for data analysis or -production use, or creating, building and running servers to do heavy data calculation or visualization.
As a general guideline; if your jobs take more than 15 minutes, you might be running something that is better suited for a dedicated system or a virtual server - in this case, please contact the helpdesk for a solution to your needs.
I have added the configuration files for VSCode development container. This enables anyone to setup easily VSCode based latex editing environment on any OS. Compiles PDF automatically when files have changed and includes PDF preview.
No need to install anything else than Docker, VSCode and ms-vscode-remote.vscode-remote-extensionpack
extension for VSCode. Then open the root folder with Remote-Containers: Open Folder in Container...
command on VSCode.