rustwallet/.devcontainer/devcontainer.json
2023-01-10 04:58:59 +00:00

12 lines
238 B
JSON

{
"name": "RustWallet",
"dockerFile": "Dockerfile",
"settings": {
"editor.formatOnSave": true,
"terminal.integrated.shell.linux": "/usr/bin/zsh",
"files.exclude": {
"**/CODE_OF_CONDUCT.md": true,
"**/LICENSE": true
}
}
}