From aba9d2f6736f1f8a20b1ee8ee7af8c7a7394fdf5 Mon Sep 17 00:00:00 2001
From: Malte Matthey <malte.matthey@student.kit.edu>
Date: Mon, 20 Jan 2025 18:48:36 +0100
Subject: [PATCH] improve devcontainer configuration

---
 .devcontainer/devcontainer.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 384adc9..e873db4 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -19,10 +19,16 @@
 	"customizations": {
 		"vscode": {
 			"settings": {
+				"files.autoSave": "afterDelay",
 				"workbench.editorAssociations": {   
 					"*.md": "vscode.markdown.preview.editor"
 				}
 			},
+			"codespaces": {
+				"openFiles": [
+					"GETTING_STARTED.md"
+				]
+			},
 			"extensions": [
 				"yhpnoraa.beauty",
 				"magicstack.magicpython",
-- 
GitLab