mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 10:39:20 +01:00
a7c7373d9f
toml library didn't offer any way to serialize config file
26 lines
683 B
JSON
26 lines
683 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",
|
|
"src/libs/mini.c",
|
|
"src/libs/minimp3"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|