mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
20 lines
451 B
JSON
20 lines
451 B
JSON
|
{
|
||
|
"name": "rust-grin-devcontainer",
|
||
|
"build": {
|
||
|
"dockerfile": "Dockerfile",
|
||
|
"context": ".."
|
||
|
},
|
||
|
"customizations": {
|
||
|
"vscode": {
|
||
|
"extensions": [
|
||
|
"dbaeumer.vscode-eslint",
|
||
|
"vadimcn.vscode-lldb",
|
||
|
"tamasfe.even-better-toml",
|
||
|
"rust-lang.rust-analyzer",
|
||
|
"esbenp.prettier-vscode",
|
||
|
"github.copilot",
|
||
|
"github.copilot-chat"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|