mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
6c012043c0
* attempt at dual mac builds * add initial devcontainer * correct dependency import
20 lines
No EOL
451 B
JSON
20 lines
No EOL
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"
|
|
]
|
|
}
|
|
}
|
|
} |