Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Remove dangling commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed May 24, 2019
1 parent 3f11111 commit df0a246
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
// connected. This is typically a volume mount in .devcontainer/docker-compose.yml
"workspaceFolder": "/workspace",

// Update the value of this line to 'none' if you want to keep your containers running after VS Code shuts down.
"shutdownAction": "stopCompose",

// Uncomment the next line to automatically install extensions.
// "extensions": [ "eamodio.gitlens" ],
// Uncomment this like if you want to keep your containers running after VS Code shuts down.
// "shutdownAction": "none",

// Uncomment the next line if you want to add in default container specific settings.json values
// "settings": { "workbench.colorTheme": "Quiet Light" },

// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": ["uname -a"]

// Add the IDs of any extensions you want installed in the array below.
"extensions": []

}
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
// Uncomment the next line if you want to publish any ports.
// "appPort": [],

// Uncomment the next line to automatically install extensions.
// "extensions": [ "eamodio.gitlens" ],

// Uncomment the next line if you want to add in default container specific settings.json values
// "settings": { "workbench.colorTheme": "Quiet Light" },

// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "uname -a",

// Add the IDs of any extensions you want installed in the array below.
"extensions": []

}
5 changes: 2 additions & 3 deletions container-templates/image/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@
// Uncomment the next line if you want to publish any ports.
// "appPort": [],

// Uncomment the next line to automatically install extensions.
// "extensions": [ "eamodio.gitlens" ],

// Uncomment the next line if you want to add in default container specific settings.json values
// "settings": { "workbench.colorTheme": "Quiet Light" },

// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "uname -a",

// Add the IDs of any extensions you want installed in the array below.
"extensions": []
}

0 comments on commit df0a246

Please sign in to comment.