From 7a5bd4666a1d11250aba0abdfa185c494d6efde0 Mon Sep 17 00:00:00 2001 From: Kat Morgan Date: Thu, 11 Jan 2024 14:57:27 -0800 Subject: [PATCH] set line numbers to relative by defafult (#37) --- devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/devcontainer.json b/devcontainer.json index 7b0f30d..95f3505 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -31,6 +31,7 @@ "go.testTags": "all", "go.buildTags": "all", "editor.minimap.enabled": false, + "editor.lineNumbers": "relative", "editor.quickSuggestionsDelay": 0, "editor.suggestSelection": "first", "editor.snippetSuggestions": "top",