🔖 update image
parent
64ca567e30
commit
a03455012b
|
@ -1,18 +1,18 @@
|
||||||
{
|
{
|
||||||
"name": "Substrate Node template",
|
"name": "Substrate Node template",
|
||||||
"dockerFile": "Dockerfile",
|
"dockerFile": "Dockerfile",
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.shell.linux": "/bin/bash",
|
"terminal.integrated.shell.linux": "/bin/bash",
|
||||||
"lldb.executable": "/usr/bin/lldb"
|
"lldb.executable": "/usr/bin/lldb"
|
||||||
},
|
},
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"rust-lang.rust",
|
"rust-lang.rust",
|
||||||
"bungcip.better-toml",
|
"bungcip.better-toml",
|
||||||
"vadimcn.vscode-lldb"
|
"vadimcn.vscode-lldb"
|
||||||
],
|
],
|
||||||
"forwardPorts": [
|
"forwardPorts": [
|
||||||
3000,
|
3000,
|
||||||
9944
|
9944
|
||||||
]
|
],
|
||||||
}
|
"image": "jeluard/substrate-playground-template-node-template:sha-64ca567"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue