mirror of https://github.com/mongodb/mongo
SERVER-84147 Changed code workspace from true to explicit
GitOrigin-RevId: 4cf9ef6af62aef4cdcb0b22e4ea7901f449e7fed
This commit is contained in:
parent
ace6336b5b
commit
1adcf65b94
|
|
@ -14,7 +14,7 @@
|
||||||
"clang-format.executable": "/opt/mongodbtoolchain/v4/bin/clang-format",
|
"clang-format.executable": "/opt/mongodbtoolchain/v4/bin/clang-format",
|
||||||
"clang-tidy.executable": "buildscripts/clang_tidy_vscode.py",
|
"clang-tidy.executable": "buildscripts/clang_tidy_vscode.py",
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": "explicit"
|
||||||
},
|
},
|
||||||
"eslint.validate": [
|
"eslint.validate": [
|
||||||
"javascript"
|
"javascript"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue