ref: 59fd661ed3816890a6bd80052a9efdc82197cec2
parent: 9d4279fcbbfc13812567920a646bc835fd7496ec
author: Filip Sufitchi <fsufitchi@gmail.com>
date: Wed Feb 9 17:21:23 EST 2022
Enrich default extensions
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -14,8 +14,19 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
- "ms-vscode.cpptools-extension-pack",
- "npxms.hide-gitignored",
+ "yzhang.markdown-all-in-one",
+ "bierner.markdown-preview-github-styles",
+ "dotjoshjohnson.xml",
+
+ "eamodio.gitlens",
+ "npxms.hide-gitignored", // Note: need to run its command manually
+
+ // Build tooling
+ "ms-vscode.cpptools",
+ "cschlosser.doxdocgen",
+ "austin.code-gnu-global",
+ "jeff-hykin.better-cpp-syntax", // Note: runs locally
+ "ms-vscode.cpptools-themes", // Note: runs locally
],
// Required to not bleed "root" permission files into the volume