mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 10:39:20 +01:00
27 lines
996 B
JSON
27 lines
996 B
JSON
{
|
|
"name": "N64FlashcartMenu",
|
|
// If you prefer, you can use the source files and adjust them they are located, with the same names in ./sources. This will alow you to customize them and add anything you may need on top.
|
|
"dockerFile": "Dockerfile",
|
|
"runArgs": [
|
|
],
|
|
"context": ".",
|
|
"mounts": [
|
|
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind",
|
|
// Keep command history
|
|
"source=n64flashcartmenu-bashhistory,target=/commandhistory,type=volume"
|
|
],
|
|
"customizations": {
|
|
"vscode": {
|
|
// Set *default* container specific settings.json values on container create.
|
|
"settings": {
|
|
},
|
|
// Add the IDs of extensions you want installed when the container is created.
|
|
"extensions": [
|
|
"ms-vsliveshare.vsliveshare-pack",
|
|
"streetsidesoftware.code-spell-checker",
|
|
"ms-vscode.makefile-tools"
|
|
]
|
|
}
|
|
}
|
|
}
|