mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
37 lines
No EOL
908 B
JSON
37 lines
No EOL
908 B
JSON
{
|
|
"name": "dioxus",
|
|
"remoteUser": "vscode",
|
|
"build": {
|
|
"dockerfile": "./Dockerfile",
|
|
"context": "."
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/common-utils:2": {
|
|
"installZsh": "true",
|
|
"username": "vscode",
|
|
"uid": "1000",
|
|
"gid": "1000",
|
|
"upgradePackages": "true"
|
|
}
|
|
},
|
|
"containerEnv": {
|
|
"RUST_LOG": "INFO"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"files.watcherExclude": {
|
|
"**/target/**": true
|
|
},
|
|
"[rust]": {
|
|
"editor.formatOnSave": true
|
|
}
|
|
},
|
|
"extensions": [
|
|
"rust-lang.rust-analyzer",
|
|
"tamasfe.even-better-toml",
|
|
"serayuzgur.crates"
|
|
]
|
|
}
|
|
}
|
|
} |