Added nicer commands
parent
17aec8ce69
commit
5dc7853cad
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Substrate Node template",
|
"name": "Substrate Node template",
|
||||||
|
"context": "..",
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.shell.linux": "/bin/bash",
|
"terminal.integrated.shell.linux": "/bin/bash",
|
||||||
"lldb.executable": "/usr/bin/lldb"
|
"lldb.executable": "/usr/bin/lldb"
|
||||||
|
@ -13,5 +14,7 @@
|
||||||
3000,
|
3000,
|
||||||
9944
|
9944
|
||||||
],
|
],
|
||||||
|
"preCreateCommand": "cargo build --release && cargo check",
|
||||||
|
"postStartCommand": "./target/release/node-template --dev --ws-external",
|
||||||
"image": "paritytech/substrate-playground-template-node-template:sha-c9fda53"
|
"image": "paritytech/substrate-playground-template-node-template:sha-c9fda53"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue