diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 575857e..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "editor.bracketPairColorization.enabled": true, - "editor.cursorBlinking": "solid", - "editor.fontLigatures": false, - "editor.formatOnPaste": true, - "editor.formatOnSave": true, - "editor.lineNumbers": "on", - "editor.matchBrackets": "always", - "editor.minimap.enabled": false, - "editor.smoothScrolling": true, - "editor.tabSize": 2, - "editor.useTabStops": true, - "editor.locale": "en", - "emmet.triggerExpansionOnTab": true, - "explorer.openEditors.visible": 1, - "extensions.ignoreRecommendations": true, - "files.autoSave": "afterDelay", - "screencastMode.onlyKeyboardShortcuts": true, - "workbench.fontAliasing": "antialiased", - "workbench.statusBar.visible": true, - "workbench.editor.enablePreview": false, - "terminal.integrated.shell.linux": "/bin/zsh", - "terminal.integrated.rightClickBehavior": "paste", - "terminal.integrated.copyOnSelection": true, - "phpcs.enable": false, - "phpcs.executablePath": "./vendor/bin/phpcs", - "phpcbf.enable": true, - "phpcbf.documentFormattingProvider": true, - "phpcbf.executablePath": "phpcbf", - "phpcbf.standard": "WordPress", - "php.validate.run": "onType", - "php.suggest.basic": false, - "git.confirmSync": false, - "git.autofetch": true, - "git.enableSmartCommit": true, - "github.copilot.enable": { - "*": true, - "plaintext": true, - "markdown": true, - "scminput": false - }, - "workbench.iconTheme": "vscode-icons", - "cSpell.words": [ - "codesnippetspro", - "Codespace", - "Codespaces", - "ddev", - "devcontainer", - "Elementor", - "translentor" - ] - } -