typo fixes
This commit is contained in:
parent
cc7ac3e617
commit
b8be3d8d53
2 changed files with 6 additions and 2 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -1,11 +1,15 @@
|
||||||
{
|
{
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
|
"Deserialization",
|
||||||
"Hotwatch",
|
"Hotwatch",
|
||||||
|
"Serializer",
|
||||||
"actix",
|
"actix",
|
||||||
"bunbun",
|
"bunbun",
|
||||||
"bunbunsearch",
|
"bunbunsearch",
|
||||||
|
"canonicalize",
|
||||||
"itertools",
|
"itertools",
|
||||||
"opensearchdescription"
|
"opensearchdescription",
|
||||||
|
"tempfile"
|
||||||
],
|
],
|
||||||
"python.pythonPath": "/usr/bin/python3"
|
"python.pythonPath": "/usr/bin/python3"
|
||||||
}
|
}
|
Loading…
Reference in a new issue