SERVER-97214 Add spelling and yaml extension to vscode recommendations (#29241)

GitOrigin-RevId: 8ad11e23f475ab3a5159d47c878fae5dbb345bea
This commit is contained in:
Mathias Stearn 2024-11-15 15:42:49 +01:00 committed by MongoDB Bot
parent 264cc19aae
commit cde4ea0bb6
2 changed files with 25 additions and 1 deletions

View File

@ -81,7 +81,9 @@
"charliermarsh.ruff",
"ms-python.pylint",
"ms-python.mypy-type-checker",
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker",
]
}
}

22
cspell.json Normal file
View File

@ -0,0 +1,22 @@
{
"version": "0.2",
"language": "en",
"words": [
"absl",
"bson",
"bsonobj",
"bufbuilder",
"fromjson",
"logv",
"oplog",
"semifuture",
"stdx",
"subarray",
"subobj",
"subobject",
"tailable"
],
"ignoreRegExpList": [
"\\w*assert(ed)?"
]
}