From 24b504768e8c674f1f8e15a980c1d39f04fbdb75 Mon Sep 17 00:00:00 2001 From: leejooy96 Date: Thu, 26 Oct 2023 15:26:59 +0900 Subject: [PATCH] pack: allow override `.vscode` settings --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5c54b8c9..d2e76cb2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + "workbench.settings.useSplitJSON": true, "eslint.codeActionsOnSave.rules": null, "editor.codeActionsOnSave": { "source.fixAll.eslint": true