shithub: choc

Download patch

ref: 620c678c7aec3ab399888fe852083d604cd9ae4a
parent: 59fd661ed3816890a6bd80052a9efdc82197cec2
author: Filip Sufitchi <fsufitchi@gmail.com>
date: Wed Feb 9 17:22:31 EST 2022

Clean up devcontainer.json

--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -2,17 +2,9 @@
 // https://github.com/microsoft/vscode-dev-containers/tree/v0.209.6/containers/docker-existing-dockerfile
 {
 	"name": "Doom Dev Container",
-
-	// Sets the run context to one level up instead of the .devcontainer folder.
 	"context": "..",
-
-	// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
 	"dockerFile": "./Dockerfile",
-
-	// Set *default* container specific settings.json values on container create.
-	"settings": {},
 	
-	// Add the IDs of extensions you want installed when the container is created.
 	"extensions": [
 		"yzhang.markdown-all-in-one",
 		"bierner.markdown-preview-github-styles",
@@ -29,7 +21,7 @@
 		"ms-vscode.cpptools-themes", // Note: runs locally
 	],
 
-	// Required to not bleed "root" permission files into the volume
+	// Required to not bleed "root" permission files into the host volume
 	"containerUser": "chocodev",
 
 	// VSCode on Linux specific, for creating X11 and sound forwarding