Delete .vscode directory

This commit is contained in:
Simon2046
2023-10-16 13:35:44 +08:00
committed by GitHub
parent eded42c881
commit 3a8e5ef82d
3 changed files with 0 additions and 39 deletions
-22
View File
@@ -1,22 +0,0 @@
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9000
}
]
}
-6
View File
@@ -1,6 +0,0 @@
{
"python.linting.flake8Enabled": true,
"python.formatting.provider": "yapf",
"python.linting.flake8Args": ["--max-line-length=248"],
"python.linting.pylintEnabled": false
}
-11
View File
@@ -1,11 +0,0 @@
{
"name": "doorcome",
"host": "doorcome.cn",
"protocol": "sftp",
"port": 5005,
"username": "simon",
"remotePath": "/var/www/html/echart",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false
}