mirror of https://github.com/mongodb/mongo
SERVER-84147 Changed code workspace from true to explicit
(cherry picked from commit 4cf9ef6af62aef4cdcb0b22e4ea7901f449e7fed) GitOrigin-RevId: 9dcbd91a3555ca7a61fd97e0da9265e715cbe3c0
This commit is contained in:
parent
856896c448
commit
6e7d399f70
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue