From 564485145e8c414cb8eb068122d7c2c2fb31b362 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 4 Aug 2026 14:26:05 -0700 Subject: [PATCH] vscode, settings, hide release notes and fix dart indents to tabs. --- files/settings/vscode.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/files/settings/vscode.json b/files/settings/vscode.json index efe8ff4..e6e7a8e 100644 --- a/files/settings/vscode.json +++ b/files/settings/vscode.json @@ -4,6 +4,7 @@ "save_loc2": "~/.var/app/com.vscodium.codium/config/VSCodium/{{ user_desc }}/settings.json", "END_COMMENTS": "", + "update.showReleaseNotes": false, "workbench.startupEditor": "none", "editor.rulers": [ 80, 120, 200 @@ -18,11 +19,11 @@ "files.trimFinalNewlines": true, "git.confirmSync": false, - "[dart]": { - "editor.formatOnSave": true, - "editor.formatOnType": true, - "editor.selectionHighlight": false, - "editor.tabCompletion": "onlySnippets", - "editor.wordBasedSuggestions": "off" - } + "[dart]": { + "editor.formatOnSave": true, + "editor.formatOnType": true, + "editor.selectionHighlight": false, + "editor.tabCompletion": "onlySnippets", + "editor.wordBasedSuggestions": "off" + } }