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

Commit f233c8e

Browse files
authored
Tweak removal of redundant extensions property
1 parent ca904f8 commit f233c8e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

containers/debian-9-git/.devcontainer/devcontainer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@
1515
// Uncomment the next line if you want to publish any ports.
1616
// "appPort": [],
1717

18-
// Uncomment the next line to automatically install extensions.
19-
// "extensions": [ "eamodio.gitlens" ],
20-
2118
// Uncomment the next line if you want to add in default container specific settings.json values
2219
// "settings": { "workbench.colorTheme": "Quiet Light" },
2320

24-
// Uncomment the next line to run commands after the container is created.
25-
// "postCreateCommand": "uname -a",
21+
// Add the IDs of any extensions you want installed in the array below.
22+
"extensions": []
2623
}

0 commit comments

Comments
 (0)