added vascode config to git repo

This commit is contained in:
Tobias Radloff 2025-11-21 09:01:10 +01:00
parent 8871fd49ac
commit b92ad8fa06
3 changed files with 20 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,6 +1,5 @@
output/ output/
__pycache__/ __pycache__/
*.code-workspace
content/pages/termine.md content/pages/termine.md
lighttpd.conf lighttpd.conf
newsletter.sqlite newsletter.sqlite
@ -11,4 +10,4 @@ events.ini
events.yaml events.yaml
deploy.ini deploy.ini
.venv/ .venv/
.vscode/ misc/picture\ ideas/

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

@ -0,0 +1,11 @@
{
"spellright.language": [
"de_DE",
"en_US"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
]
}

8
.vscode/t-r.de.code-workspace vendored Normal file
View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {}
}