From 4e52e2d1734f231ab54f96603afc7d13affcd7fc Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 8 Sep 2023 13:45:14 +0700 Subject: [PATCH] vscode: json sort key See https://code.visualstudio.com/updates/v1_82 --- docs/2023-08-09-vscode.html | 1 + posts/2023-08-09-vscode.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/2023-08-09-vscode.html b/docs/2023-08-09-vscode.html index 776c507..5708c04 100644 --- a/docs/2023-08-09-vscode.html +++ b/docs/2023-08-09-vscode.html @@ -75,6 +75,7 @@ "vendor": true }, "git.mergeEditor": true, + "json.sortOnSave.enable": true, "problems.decorations.enabled": false, "search.exclude": { ".idea": true, diff --git a/posts/2023-08-09-vscode.md b/posts/2023-08-09-vscode.md index fce7017..5b61441 100644 --- a/posts/2023-08-09-vscode.md +++ b/posts/2023-08-09-vscode.md @@ -36,6 +36,7 @@ change in the future until I find better tool) "vendor": true }, "git.mergeEditor": true, + "json.sortOnSave.enable": true, "problems.decorations.enabled": false, "search.exclude": { ".idea": true,