Usage
use_codespace(
template = "devcontainer.json",
image = "ghcr.io/neurogenomics/rworkflows:dev",
features = list(`ghcr.io/devcontainers/features/conda:1` = list()),
customizations = list(vscode = list(settings = list(), extensions =
list("reditorsupport.r", "visualstudioexptteam.vscodeintellicode",
"ionutvmi.path-autocomplete"))),
save_dir = here::here(".devcontainer"),
path = file.path(save_dir, template),
force_new = FALSE,
show = FALSE,
verbose = TRUE
)