mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-02-16 18:19:19 +01:00
Minor improvements
This commit is contained in:
parent
06054478e5
commit
00264c6081
@ -6,8 +6,12 @@
|
|||||||
"mounts": [
|
"mounts": [
|
||||||
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind",
|
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind",
|
||||||
// Keep command history
|
// Keep command history
|
||||||
"source=nano-bashhistory,target=/home/vscode/commandhistory,type=volume",
|
"source=nano-bashhistory,target=/home/vscode/commandhistory,type=volume"//,
|
||||||
|
// Could this handle USB?
|
||||||
|
// "type=bind,source=/dev/bus/usb,target=/dev/bus/usb"
|
||||||
],
|
],
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
"settings": {
|
"settings": {
|
||||||
},
|
},
|
||||||
@ -18,3 +22,5 @@
|
|||||||
"ms-vscode.makefile-tools"
|
"ms-vscode.makefile-tools"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user