From 1adcf65b942f4ce0b543eda4f8f42d01b9a4c33c Mon Sep 17 00:00:00 2001 From: Alex Neben Date: Wed, 13 Dec 2023 12:03:38 -0500 Subject: [PATCH] SERVER-84147 Changed code workspace from true to explicit GitOrigin-RevId: 4cf9ef6af62aef4cdcb0b22e4ea7901f449e7fed --- .vscode_defaults/linux-virtual-workstation.code-workspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode_defaults/linux-virtual-workstation.code-workspace b/.vscode_defaults/linux-virtual-workstation.code-workspace index 412718834fe..02cbd0d3c9f 100644 --- a/.vscode_defaults/linux-virtual-workstation.code-workspace +++ b/.vscode_defaults/linux-virtual-workstation.code-workspace @@ -14,7 +14,7 @@ "clang-format.executable": "/opt/mongodbtoolchain/v4/bin/clang-format", "clang-tidy.executable": "buildscripts/clang_tidy_vscode.py", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "eslint.validate": [ "javascript"