devcontainer
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"npm_install": "(cd ~/lean4game && npm install)",
|
"npm_install": "(cd ~/lean4game && npm install)",
|
||||||
"lake_build": "(cd ~/game && lake clean && lake exe cache get && lake build)"
|
"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": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|||||||
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -25,7 +25,7 @@
|
|||||||
"id": "openSimpleBrowser",
|
"id": "openSimpleBrowser",
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "simpleBrowser.show",
|
"command": "simpleBrowser.show",
|
||||||
"args": ["http://localhost:3000/#/g/local/game"]
|
"args": ["http://localhost:3000"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user