foxygit / doom Log in
commit 620c678c7aec3ab399888fe852083d604cd9ae4a
Author:     Filip Sufitchi <fsufitchi@gmail.com>
AuthorDate: Wed Feb 9 22:22:31 2022 -0500
Commit:     Filip Sufitchi <fsufitchi@gmail.com>
CommitDate: Wed Feb 9 22:22:31 2022 -0500

    Clean up devcontainer.json
---
 .devcontainer/devcontainer.json | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 5c36973e..cca03869 100644
--- 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