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-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