2020-06-17 12:16:26 +00:00
|
|
|
{
|
2020-06-19 02:35:19 +00:00
|
|
|
"name": "Substrate Node template",
|
|
|
|
"dockerFile": "Dockerfile",
|
|
|
|
"settings": {
|
|
|
|
"terminal.integrated.shell.linux": "/bin/bash",
|
|
|
|
"lldb.executable": "/usr/bin/lldb"
|
|
|
|
},
|
|
|
|
"extensions": [
|
|
|
|
"rust-lang.rust",
|
|
|
|
"bungcip.better-toml",
|
|
|
|
"vadimcn.vscode-lldb"
|
|
|
|
],
|
|
|
|
"forwardPorts": [
|
|
|
|
3000,
|
|
|
|
9944
|
|
|
|
],
|
2020-08-18 16:38:04 +00:00
|
|
|
"image": "paritytech/substrate-playground-template-node-template:sha-55f7ff5"
|
2020-06-19 02:35:19 +00:00
|
|
|
}
|