Merge branch 'main' of https://github.com/Simon2046/echarts
This commit is contained in:
Vendored
-22
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Vendored
-6
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.formatting.provider": "yapf",
|
||||
"python.linting.flake8Args": ["--max-line-length=248"],
|
||||
"python.linting.pylintEnabled": false
|
||||
}
|
||||
Vendored
-11
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user