From 45499da9c2027f7ca846c178f9b472271da8bce6 Mon Sep 17 00:00:00 2001 From: Malted Date: Sat, 22 Apr 2023 16:41:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Show=20.gitignored=20files=20in?= =?UTF-8?q?=20VS=20Code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This disables a workspace setting that hid .gitignored files --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 287ffdd..55c07df 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,6 @@ { "files.autoSave": "onFocusChange", "files.defaultLanguage": "rust", - "explorer.excludeGitIgnore": true, "editor.formatOnPaste": true, "editor.formatOnSave": true, "files.trimTrailingWhitespace": true,