1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

check in vscode config

This commit is contained in:
Rob Ede
2023-07-09 03:42:06 +01:00
parent 8fd4262136
commit 7736cbb7f7
2 changed files with 24 additions and 3 deletions

3
.gitignore vendored
View File

@ -15,9 +15,6 @@
.history/
# VS Code workspace config
.vscode
# For multipart example
upload.png

24
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,24 @@
{
"cSpell.words": [
"actix",
"apalis",
"askama",
"autoclean",
"autoreload",
"chrono",
"dotenv",
"graphiql",
"minijinja",
"nocapture",
"oneshot",
"pemfile",
"prost",
"protobuf",
"rustls",
"rustup",
"sqlx",
"tera",
"tmpl",
"websockets"
]
}