Files
monero_c/.devcontainer/devcontainer.json
Czarek Nakamoto b3da711965 fix darwin exported symbols
update devcontrainer
2024-07-16 10:19:23 +02:00

24 lines
545 B
JSON

{
"name": "monero_c env",
"build": {
"dockerfile": "Dockerfile"
},
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.profiles.linux": { "zsh": { "path": "/bin/zsh" } }
},
"extensions": [
]
}
},
"remoteUser": "user"
}