From d4ca03271466285d8c96d7b885779baf4b8eedac Mon Sep 17 00:00:00 2001 From: Ryan Ling Date: Fri, 6 Oct 2023 12:53:57 +1100 Subject: [PATCH] Update VSCode example for 1.83 (#1283) Co-authored-by: Sam Chung Co-authored-by: skuba <34733141+seek-oss-ci@users.noreply.github.com> --- docs/deep-dives/editors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/deep-dives/editors.md b/docs/deep-dives/editors.md index 797d83134..fe26707b8 100644 --- a/docs/deep-dives/editors.md +++ b/docs/deep-dives/editors.md @@ -24,7 +24,9 @@ parent: Deep dives ```json { "[typescript]": { - "editor.codeActionsOnSave": ["source.fixAll.eslint"], + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true + }, "editor.defaultFormatter": "esbenp.prettier-vscode" } }