18 lines
375 B
JSON
18 lines
375 B
JSON
{
|
|
"name": "Substrate Node template",
|
|
"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
|
|
],
|
|
"image": "paritytech/substrate-playground-template-node-template:sha-c9fda53"
|
|
}
|