-
-
Save neth-insta/f526dc7bf5480ec808edefc2f42ea00a to your computer and use it in GitHub Desktop.
Laravel HTTP status code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "id": "annsk.alignment", | |
| "name": "alignment", | |
| "publisher": "annsk", | |
| "version": "0.3.0" | |
| }, | |
| { | |
| "id": "apility.beautify-blade", | |
| "name": "beautify-blade", | |
| "publisher": "apility", | |
| "version": "1.0.1" | |
| }, | |
| { | |
| "id": "azemoh.theme-onedark", | |
| "name": "theme-onedark", | |
| "publisher": "azemoh", | |
| "version": "0.6.0" | |
| }, | |
| { | |
| "id": "bmewburn.vscode-intelephense-client", | |
| "name": "vscode-intelephense-client", | |
| "publisher": "bmewburn", | |
| "version": "0.8.8" | |
| }, | |
| { | |
| "id": "CoenraadS.bracket-pair-colorizer-2", | |
| "name": "bracket-pair-colorizer-2", | |
| "publisher": "CoenraadS", | |
| "version": "0.0.25" | |
| }, | |
| { | |
| "id": "eamodio.gitlens", | |
| "name": "gitlens", | |
| "publisher": "eamodio", | |
| "version": "8.5.6" | |
| }, | |
| { | |
| "id": "esbenp.prettier-vscode", | |
| "name": "prettier-vscode", | |
| "publisher": "esbenp", | |
| "version": "2.2.2" | |
| }, | |
| { | |
| "id": "felixfbecker.php-intellisense", | |
| "name": "php-intellisense", | |
| "publisher": "felixfbecker", | |
| "version": "2.3.14" | |
| }, | |
| { | |
| "id": "formulahendry.code-runner", | |
| "name": "code-runner", | |
| "publisher": "formulahendry", | |
| "version": "0.9.10" | |
| }, | |
| { | |
| "id": "lonefy.vscode-JS-CSS-HTML-formatter", | |
| "name": "vscode-JS-CSS-HTML-formatter", | |
| "publisher": "lonefy", | |
| "version": "0.2.3" | |
| }, | |
| { | |
| "id": "mikestead.dotenv", | |
| "name": "dotenv", | |
| "publisher": "mikestead", | |
| "version": "1.0.1" | |
| }, | |
| { | |
| "id": "ms-azuretools.vscode-docker", | |
| "name": "vscode-docker", | |
| "publisher": "ms-azuretools", | |
| "version": "0.6.4" | |
| }, | |
| { | |
| "id": "nonoroazoro.syncing", | |
| "name": "syncing", | |
| "publisher": "nonoroazoro", | |
| "version": "2.1.6" | |
| }, | |
| { | |
| "id": "oderwat.indent-rainbow", | |
| "name": "indent-rainbow", | |
| "publisher": "oderwat", | |
| "version": "7.4.0" | |
| }, | |
| { | |
| "id": "onecentlin.laravel-blade", | |
| "name": "laravel-blade", | |
| "publisher": "onecentlin", | |
| "version": "1.20.0" | |
| }, | |
| { | |
| "id": "ritwickdey.LiveServer", | |
| "name": "LiveServer", | |
| "publisher": "ritwickdey", | |
| "version": "5.6.1" | |
| }, | |
| { | |
| "id": "shd101wyy.markdown-preview-enhanced", | |
| "name": "markdown-preview-enhanced", | |
| "publisher": "shd101wyy", | |
| "version": "0.3.11" | |
| }, | |
| { | |
| "id": "thekalinga.bootstrap4-vscode", | |
| "name": "bootstrap4-vscode", | |
| "publisher": "thekalinga", | |
| "version": "6.1.0" | |
| }, | |
| { | |
| "id": "xabikos.JavaScriptSnippets", | |
| "name": "JavaScriptSnippets", | |
| "publisher": "xabikos", | |
| "version": "1.8.0" | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Place your key bindings in this file to override the defaultsauto[] | |
| [ | |
| { | |
| "key": "ctrl+k ctrl+o", | |
| "command": "search.action.collapseSearchResults" | |
| }, | |
| { | |
| "key": "ctrl+t ctrl+u", | |
| "command": "workbench.action.output.toggleOutput" | |
| }, | |
| { | |
| "key": "ctrl+shift+u", | |
| "command": "-workbench.action.output.toggleOutput" | |
| }, | |
| { | |
| "key": "ctrl+shift+u", | |
| "command": "editor.action.transformToUppercase" | |
| }, | |
| { | |
| "key": "ctrl+shift+l", | |
| "command": "editor.action.transformToLowercase" | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "workbench.startupEditor": "newUntitledFile", | |
| "explorer.confirmDelete": false, | |
| "editor.minimap.enabled": true, | |
| "terminal.integrated.rendererType": "dom", | |
| "extensions.ignoreRecommendations": false, | |
| "editor.renderControlCharacters": false, | |
| "breadcrumbs.enabled": true, | |
| "editor.renderWhitespace": "all", | |
| "files.autoSave": "afterDelay", | |
| "markdown-preview-enhanced.previewTheme": "medium.css", | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "workbench.colorTheme": "One Dark Theme", | |
| "[html]": { | |
| "editor.defaultFormatter": "apility.beautify-blade" | |
| }, | |
| "bracket-pair-colorizer-2.depreciation-notice": false, | |
| "window.zoomLevel": -1, | |
| "sync.gist": "f526dc7bf5480ec808edefc2f42ea00a" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment