blob: 54aad83a98ab0e7573f323f0c02810c505e0e0f3 [file] [log] [blame]
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
// If you are behind a proxy, set the http_proxy and https_proxy environment variables
// in the container environment. For example:
///
// "containerEnv": {
// "HTTP_PROXY": "http://proxy-dmz.intel.com:912/",
// "HTTPS_PROXY": "http://proxy-dmz.intel.com:912/",
// "http_proxy": "http://proxy-dmz.intel.com:912/",
// "https_proxy": "http://proxy-dmz.intel.com:912/"
// },
{
"name": "Verible Dev",
"build": {
"dockerfile": "Dockerfile",
},
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
"settings": {},
"extensions": [
"ms-vscode.cpptools-extension-pack"
]
}
}
}