From d41479bdce7568d77c50714234bee512293aa479 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sat, 18 May 2024 01:50:17 +0400 Subject: [PATCH] settings ordered --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c2dde5e..d8d8623 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,6 +22,8 @@ "vscode-erb-beautify.keepBlankLines": 1, "inlineFold.regex": "(class=|className=|class:\\s*)(({(`|))|(['\"`]))(.*?)(\\2|(\\4)})", // inline AlpineJs `class: ` + "debug.internalConsoleOptions": "neverOpen", + "testExplorer.addToEditorContextMenu": true // -----------------256-color ANSI SUPPORT ---------------- "workbench.colorTheme": "Default Dark Modern", @@ -32,6 +34,5 @@ // "terminal.foreground" : "#EEEEEE", }, // --------------------------------------------------------- - "debug.internalConsoleOptions": "neverOpen", - "testExplorer.addToEditorContextMenu": true + } \ No newline at end of file