@team-internet/apiconnector
Version:
Node.js SDK for the insanely fast CentralNic Reseller (fka RRPProxy) API
31 lines (30 loc) • 939 B
JSON
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.2/containers/jekyll
{
"name": "dstack-nodesdk",
"dockerComposeFile": ["docker-compose.yml"],
"service": "nodesdk",
"workspaceFolder": "/usr/share/rtldev-middleware-node-sdk",
"shutdownAction": "stopCompose",
"customizations": {
"vscode": {
"extensions": [
"github.vscode-github-actions",
"GitHub.vscode-pull-request-github",
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker",
"GitHub.copilot"
],
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.profiles.linux": {
"zsh": {
"path": "/bin/zsh"
}
}
}
}
},
"remoteUser": "vscode",
"postCreateCommand": "zsh /post-create.sh"
}