add some (codium) config files

This commit is contained in:
marko
2023-01-15 18:46:33 +01:00
parent 90d84283e8
commit 31fc9b305d
3 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"cSpell.words": [
"participo",
"retval",
"shiai"
]
}

13
homepage/participo/.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "participo",
"host": "cwsvjudo.bplaced.net",
"protocol": "ftp",
"port": 21,
"username": "cwsvjudo",
"remotePath": "/www/participo",
"ignore": [
".vscode",
"*.py"
],
"uploadOnSave": true
}