From 3a8e5ef82d6e835577e752ec25bf56e5f5a14dab Mon Sep 17 00:00:00 2001 From: Simon2046 <43597646+Simon2046@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:35:44 +0800 Subject: [PATCH] Delete .vscode directory --- .vscode/launch.json | 22 ---------------------- .vscode/settings.json | 6 ------ .vscode/sftp.json | 11 ----------- 3 files changed, 39 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json delete mode 100644 .vscode/sftp.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index ae0aa1f..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -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 - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 831691a..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "python.linting.flake8Enabled": true, - "python.formatting.provider": "yapf", - "python.linting.flake8Args": ["--max-line-length=248"], - "python.linting.pylintEnabled": false -} \ No newline at end of file diff --git a/.vscode/sftp.json b/.vscode/sftp.json deleted file mode 100644 index e8facc8..0000000 --- a/.vscode/sftp.json +++ /dev/null @@ -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 -}