forked from eoeair/cenv
14 lines
365 B
JSON
14 lines
365 B
JSON
// For format details, see https://aka.ms/devcontainer.json.
|
|
// For config options, see the README at: https://github.com/devcontainers/templates/tree/main/src/debian
|
|
{
|
|
"name": "r",
|
|
|
|
"image": "docker.io/ben0i0d/cenv:r",
|
|
|
|
// Configure vscode-extensions.
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": ["reditorsupport.r", "rdebugger.r-debugger"]
|
|
}
|
|
}
|
|
} |