{ "name": "N64FlashcartMenu", "build": { "dockerfile": "Dockerfile" }, "mounts": [ "source=n64flashcartmenu-bashhistory,target=/commandhistory,type=volume" ], "postCreateCommand": "git submodule update && cd ./libdragon && ./build.sh", "customizations": { "vscode": { "extensions": [ "ms-vscode.cpptools", "ms-vscode.makefile-tools", "ms-vsliveshare.vsliveshare-pack", "streetsidesoftware.code-spell-checker" ], "settings": { "git.ignoredRepositories": [ "libdragon" ] } } } }