1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

check in vscode config

This commit is contained in:
Rob Ede 2023-07-09 03:42:06 +01:00
parent 8fd4262136
commit 7736cbb7f7
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
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"
]
}