🔖 update image
parent
64ca567e30
commit
a03455012b
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"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
|
||||
]
|
||||
}
|
||||
|
||||
"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
|
||||
],
|
||||
"image": "jeluard/substrate-playground-template-node-template:sha-64ca567"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue