From af7682aaca6758ed104109bcc434300a046182d3 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 30 Aug 2023 11:35:19 -0400 Subject: [PATCH] update setting --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0c4e6e1d5..4165a4220 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,6 @@ "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { "source.fixAll.eslint": true - } + }, + "debug.enableStatusBarColor": false }