mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-04-25 06:52:13 +00:00
feat(devcontainer): Add js-client to devcontainer (#736)
Add js-client to devcontainer
This commit is contained in:
parent
7410765606
commit
62b16426de
@ -12,13 +12,10 @@
|
|||||||
"version": "16"
|
"version": "16"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// TODO: Consider writing setup script
|
// TODO: Consider writing setup script
|
||||||
"postCreateCommand": "bash -i -c \"npm -g install @fluencelabs/cli@latest\"",
|
"postCreateCommand": "bash -i -c \"npm -g install @fluencelabs/cli@latest\"",
|
||||||
|
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
// "forwardPorts": [],
|
// "forwardPorts": [],
|
||||||
|
|
||||||
// Configure tool-specific properties.
|
// Configure tool-specific properties.
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"codespaces": {
|
"codespaces": {
|
||||||
@ -32,7 +29,13 @@
|
|||||||
"fluencelabs/examples": {
|
"fluencelabs/examples": {
|
||||||
"permissions": "write-all"
|
"permissions": "write-all"
|
||||||
},
|
},
|
||||||
"fluencelabs/aqua-playground": {
|
"fluencelabs/aqua-tests": {
|
||||||
|
"permissions": "write-all"
|
||||||
|
},
|
||||||
|
"fluencelabs/js-client": {
|
||||||
|
"permissions": "write-all"
|
||||||
|
},
|
||||||
|
"fluencelabs/js-client-examples": {
|
||||||
"permissions": "write-all"
|
"permissions": "write-all"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -46,7 +49,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
||||||
// "remoteUser": "root"
|
// "remoteUser": "root"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user