updated devcontainer default open files

main
Antonio De Lucreziis 1 year ago committed by GitHub
parent 21d7d48b91
commit 400ea1ab85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,6 +13,12 @@
"extensions": [ "extensions": [
"leanprover.lean4" "leanprover.lean4"
] ]
},
"codespaces": {
"openFiles": [
"Prova/MathlibExample.lean",
"Main.lean"
]
} }
}, },
"postCreateCommand": [ "postCreateCommand": [

Loading…
Cancel
Save