devcontainer

This commit is contained in:
Jon Eugster
2023-09-10 17:10:42 +02:00
parent 8c61ebab70
commit a56ab47f30
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
"npm_install": "(cd ~/lean4game && npm install)",
"lake_build": "(cd ~/game && lake clean && lake exe cache get && lake build)"
},
"postAttachCommand": "cd ~/lean4game && npm start",
"postStartCommand": "cd ~/lean4game && export LEAN4GAME_SINGLE_GAME=true && npm start",
"customizations": {
"vscode": {
"settings": {