wowner: fix store crash

fix: xmruw ci build
devcontainers
This commit is contained in:
Czarek Nakamoto
2024-06-28 11:35:47 +00:00
parent aed83e7c08
commit 3dda641ced
4 changed files with 249 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
{
"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": [
]
}
}
}