Add new language

This commit is contained in:
Roman Pyrih
2023-09-04 14:15:43 +02:00
parent 078c88d008
commit 150838713d
4 changed files with 22 additions and 1 deletions

17
.vscode/ftp-kr.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"host": "inwestprofil.pl",
"username": "ftp@inwestprofil.fr",
"password": "4wCFuWYSQlckbqGBT",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
}