mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 10:39:20 +01:00
24 lines
604 B
JSON
24 lines
604 B
JSON
{
|
|
"name": "N64FlashcartMenu",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"mounts": [
|
|
"source=n64flashcartmenu-bashhistory,target=/commandhistory,type=volume"
|
|
],
|
|
"postCreateCommand": "git submodule update --init && cd ./libdragon && ./build.sh",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.makefile-tools"
|
|
],
|
|
"settings": {
|
|
"git.ignoredRepositories": [
|
|
"libdragon"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|