Skip to content

Commit

Permalink
give unique names, add html preview for pkg dev
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed May 1, 2023
1 parent bf91ae9 commit 98f7478
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/rocker-org/devcontainer-templates/tree/main/src/r-ver
{
"name": "R (rocker/r-ver base)",
"name": "R (rocker/r-ver base) with Quarto",
"image": "ghcr.io/rocker-org/devcontainer/r-ver:4.2",

// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down
7 changes: 5 additions & 2 deletions .devcontainer/r-pkg-dev/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/rocker-org/devcontainer-templates/tree/main/src/r-ver
{
"name": "R (rocker/r-ver base)",
"name": "R (rocker/r-ver base) for R pkg dev",
"image": "ghcr.io/rocker-org/devcontainer/r-ver:4.2",

// Features to add to the dev container. More info: https://containers.dev/features.
Expand All @@ -27,8 +27,11 @@
"settings": {
},
// Add the IDs of extensions you want installed when the container is created.
// HTML preview needed to view in development documentation, vignettes
//rendered to HTML
"extensions": [
"ms-vsliveshare.vsliveshare"
"ms-vsliveshare.vsliveshare",
"george-alisson.html-preview-vscode"
]
} // vscode
} // customizations
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/r-quarto/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/rocker-org/devcontainer-templates/tree/main/src/r-ver
{
"name": "R (rocker/r-ver base)",
"name": "R (rocker/r-ver base) with Quarto",
"image": "ghcr.io/rocker-org/devcontainer/r-ver:4.2",

// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down

0 comments on commit 98f7478

Please sign in to comment.