This commit is contained in:
Jon Eugster
2023-09-10 12:47:00 +02:00
parent c03c379172
commit cb05a73353
4 changed files with 49 additions and 6 deletions

View File

@@ -13,8 +13,10 @@
"overrideCommand": true,
// TODO: `lake` and `npm install` could run simultaneously using `&`
// the only reason I didn't do it is because the output gets mixed.
"postCreateCommand": "(cd ~/lean4game && npm install) && (cd ~/game && lake update && lake exe cache get && lake build)",
"postAttachCommand": "cd ~/lean4game && npm start",
"initializeCommand": "",
"onCreateCommand": "",
// "postCreateCommand": "(cd ~/lean4game && npm install) && (cd ~/game && lake update && lake exe cache get && lake build)",
// "postAttachCommand": "cd ~/lean4game && npm start",
"customizations": {
"vscode": {
"settings": {