Added nicer commands

main
Julien Eluard 2020-10-13 21:40:25 +02:00 committed by GitHub
parent 17aec8ce69
commit 5dc7853cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"name": "Substrate Node template",
"context": "..",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"lldb.executable": "/usr/bin/lldb"
@ -13,5 +14,7 @@
3000,
9944
],
"preCreateCommand": "cargo build --release && cargo check",
"postStartCommand": "./target/release/node-template --dev --ws-external",
"image": "paritytech/substrate-playground-template-node-template:sha-c9fda53"
}