Skip to content

Instantly share code, notes, and snippets.

@neth-insta
Forked from jeffochoa/Response.php
Last active May 30, 2022 09:55
Show Gist options
  • Save neth-insta/f526dc7bf5480ec808edefc2f42ea00a to your computer and use it in GitHub Desktop.
Save neth-insta/f526dc7bf5480ec808edefc2f42ea00a to your computer and use it in GitHub Desktop.
Laravel HTTP status code
[
{
"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"
}
]
// 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"
}
]
{
"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