Erste, funktionierende Version!

This commit is contained in:
2024-02-25 00:11:09 +01:00
parent 2701780401
commit 398a23901c
8 changed files with 18 additions and 2392 deletions

7
install-extensions.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Install LaTeX Extension for VS Code / Code Server
code-server --install-extension james-yu.latex-workshop
# Start code-server
exec code-server --bind-addr 0.0.0.0:8443 --auth none