This commit is contained in:
sHa
2022-12-01 21:39:35 +02:00
parent c6ce033011
commit 4bab38594d
2 changed files with 0 additions and 48 deletions

25
.vscode/ftp-sync.json vendored
View File

@@ -1,25 +0,0 @@
{
"remotePath": "./slavforest.com.ua",
"host": "uvh12.mirohost.net",
"username": "slavforest",
"password": "cAAed7MU",
"port": 21,
"secure": false,
"protocol": "ftp",
"uploadOnSave": false,
"passive": false,
"debug": false,
"privateKeyPath": null,
"passphrase": null,
"ignore": [
"\\.vscode",
"\\.git",
"\\.DS_Store",
"\\.db"
],
"generatedFiles": {
"uploadOnSave": false,
"extensionsToInclude": [],
"path": ""
}
}

23
.vscode/launch.json vendored
View File

@@ -1,23 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000,
"pathMappings": {
"/var/html": "/Users/sha/Projects/slavforest.local/html"
},
"log": false
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9000
}
]
}