visuddhinanda 1 yıl önce
ebeveyn
işleme
6b883dab85

+ 0 - 48
api-v8/patch/db_fix/.vscode/launch.json

@@ -1,48 +0,0 @@
-{
-    // Use IntelliSense to learn about possible attributes.
-    // Hover to view descriptions of existing attributes.
-    // For more information, visit: 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": 0,
-            "runtimeArgs": [
-                "-dxdebug.start_with_request=yes"
-            ],
-            "env": {
-                "XDEBUG_MODE": "debug,develop",
-                "XDEBUG_CONFIG": "client_port=${port}"
-            }
-        },
-        {
-            "name": "Launch Built-in web server",
-            "type": "php",
-            "request": "launch",
-            "runtimeArgs": [
-                "-dxdebug.mode=debug",
-                "-dxdebug.start_with_request=yes",
-                "-S",
-                "localhost:0"
-            ],
-            "program": "",
-            "cwd": "${workspaceRoot}",
-            "port": 9000,
-            "serverReadyAction": {
-                "pattern": "Development Server \\(http://localhost:([0-9]+)\\) started",
-                "uriFormat": "http://localhost:%s",
-                "action": "openExternally"
-            }
-        }
-    ]
-}

+ 0 - 21
api-v8/public/app/.vscode/launch.json

@@ -1,21 +0,0 @@
-{
-    // 使用 IntelliSense 了解相关属性。 
-    // 悬停以查看现有属性的描述。
-    // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
-    "version": "0.2.0",
-    "configurations": [
-        {
-            "type": "chrome",
-            "request": "launch",
-            "name": "Launch Chrome ",
-            "url": "http://localhost/wikipali/",
-            "webRoot": "${workspaceFolder}"
-        },
-        {
-            "name":"Listen for XDebug",
-            "type":"php",
-            "request":"launch",
-            "port":9000
-        }
-    ]
-}

+ 0 - 25
dashboard-v4/.vscode/extensions.json

@@ -1,25 +0,0 @@
-{
-  "recommendations": [
-    "ms-vscode.cpptools-extension-pack",
-    "ms-python.python",
-    "golang.go",
-    "rust-lang.rust-analyzer",
-    "bmewburn.vscode-intelephense-client",
-    "redhat.ansible",
-    "redhat.vscode-xml",
-    "redhat.vscode-yaml",
-    "tamasfe.even-better-toml",
-    "gaborv.flatbuffers",
-    "yzhang.markdown-all-in-one",
-    "zxh404.vscode-proto3",
-    "ms-vscode-remote.remote-ssh",
-    "ms-azuretools.vscode-docker",
-    "vscode-icons-team.vscode-icons",
-    "akamud.vscode-theme-onedark",
-    "dbaeumer.vscode-eslint",
-    "esbenp.prettier-vscode",
-    "editorconfig.editorconfig",
-    "gruntfuggly.todo-tree",
-    "streetsidesoftware.code-spell-checker"
-  ]
-}

+ 0 - 35
dashboard-v4/.vscode/settings.json

@@ -1,35 +0,0 @@
-{
-  "files.autoSave": "onFocusChange",
-  "files.insertFinalNewline": true,
-  "workbench.colorTheme": "Atom One Dark",
-  "editor.formatOnSave": true,
-  "editor.fontFamily": "source code pro",
-  "editor.mouseWheelZoom": true,
-  "editor.codeActionsOnSave": {
-    "source.fixAll.eslint": true
-  },
-  "editor.defaultFormatter": "esbenp.prettier-vscode",
-  // https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc
-  "files.watcherExclude": {
-    "**/.git/**": true,
-    "**/node_modules/**": true
-  },
-  "[cpp]": {
-    "editor.defaultFormatter": "ms-vscode.cpptools"
-  },
-  "[rust]": {
-    "editor.defaultFormatter": "rust-lang.rust-analyzer"
-  },
-  "[proto3]": {
-    "editor.defaultFormatter": "zxh404.vscode-proto3"
-  },
-  "[xml]": {
-    "editor.defaultFormatter": "redhat.vscode-xml"
-  },
-  "[python]": {
-    "editor.defaultFormatter": "ms-python.python"
-  },
-  "[php]": {
-    "editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
-  }
-}