Created
September 14, 2020 20:34
-
-
Save johnhearfield/4a965ac9e82af5e97c3a8e77f9d05ff2 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This file contains 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
{"lastUpload":"2020-09-14T20:34:38.493Z","extensionVersion":"v3.4.3"} |
This file contains 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
{{#def.select('MODULE', 'Specify module code generation', ['none','commonjs','amd','system','umd','es6','es2015','esnext'])}} | |
{{#def.select('TARGET', 'Specify ECMAScript target version', ['es3','es6','es2016','es2017','esnext'])}} | |
{{#def.confirm('SOURCE_MAP', 'Should generate corresponding .map file?')}} | |
{ | |
"compilerOptions": { | |
"module": "{{=$.MODULE}}", | |
"target": "{{=$.TARGET}}", | |
"sourceMap": {{=$.SOURCE_MAP}} | |
}, | |
"exclude": [ | |
"node_modules" | |
] | |
} |
This file contains 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
[ | |
{ | |
"metadata": { | |
"id": "2cbad5ee-b4ab-4de8-a1c7-77fede846155", | |
"publisherId": "patbenatar.advanced-new-file", | |
"publisherDisplayName": "patbenatar" | |
}, | |
"name": "advanced-new-file", | |
"publisher": "patbenatar", | |
"version": "1.2.2" | |
}, | |
{ | |
"metadata": { | |
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29", | |
"publisherId": "formulahendry.auto-close-tag", | |
"publisherDisplayName": "formulahendry" | |
}, | |
"name": "auto-close-tag", | |
"publisher": "formulahendry", | |
"version": "0.5.8" | |
}, | |
{ | |
"metadata": { | |
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03", | |
"publisherId": "formulahendry.auto-rename-tag", | |
"publisherDisplayName": "formulahendry" | |
}, | |
"name": "auto-rename-tag", | |
"publisher": "formulahendry", | |
"version": "0.1.4" | |
}, | |
{ | |
"metadata": { | |
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a", | |
"publisherId": "HookyQR.beautify", | |
"publisherDisplayName": "HookyQR" | |
}, | |
"name": "beautify", | |
"publisher": "HookyQR", | |
"version": "1.5.0" | |
}, | |
{ | |
"metadata": { | |
"id": "765da733-52d6-4ab7-a4e4-df2eb000568c", | |
"publisherId": "rintoj.blank-line-organizer", | |
"publisherDisplayName": "rintoj" | |
}, | |
"name": "blank-line-organizer", | |
"publisher": "rintoj", | |
"version": "0.1.5" | |
}, | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.4.3" | |
}, | |
{ | |
"metadata": { | |
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71", | |
"publisherId": "mikestead.dotenv", | |
"publisherDisplayName": "mikestead" | |
}, | |
"name": "dotenv", | |
"publisher": "mikestead", | |
"version": "1.0.1" | |
}, | |
{ | |
"metadata": { | |
"id": "fb0e6dfd-fd68-4542-9106-3d31fe7f6425", | |
"publisherId": "3axap4eHko.file-templates-manager", | |
"publisherDisplayName": "3axap4eHko" | |
}, | |
"name": "file-templates-manager", | |
"publisher": "3axap4eHko", | |
"version": "1.6.0" | |
}, | |
{ | |
"metadata": { | |
"id": "f30b63fa-e34a-40af-a573-5de5ecfb6c5e", | |
"publisherId": "k--kato.intellij-idea-keybindings", | |
"publisherDisplayName": "k--kato" | |
}, | |
"name": "intellij-idea-keybindings", | |
"publisher": "k--kato", | |
"version": "0.2.41" | |
}, | |
{ | |
"metadata": { | |
"id": "32aada6b-3cbf-4590-ab56-f2c4423d028f", | |
"publisherId": "cjhowe7.laravel-blade", | |
"publisherDisplayName": "cjhowe7" | |
}, | |
"name": "laravel-blade", | |
"publisher": "cjhowe7", | |
"version": "1.1.2" | |
}, | |
{ | |
"metadata": { | |
"id": "3b58a227-618a-4b57-a06b-6984a2a8d1ba", | |
"publisherId": "onecentlin.laravel-blade", | |
"publisherDisplayName": "onecentlin" | |
}, | |
"name": "laravel-blade", | |
"publisher": "onecentlin", | |
"version": "1.24.0" | |
}, | |
{ | |
"metadata": { | |
"id": "b06b65b2-6ea9-4045-b166-54aa63205261", | |
"publisherId": "junstyle.php-cs-fixer", | |
"publisherDisplayName": "junstyle" | |
}, | |
"name": "php-cs-fixer", | |
"publisher": "junstyle", | |
"version": "0.1.156" | |
}, | |
{ | |
"metadata": { | |
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca", | |
"publisherId": "neilbrayfield.php-docblocker", | |
"publisherDisplayName": "neilbrayfield" | |
}, | |
"name": "php-docblocker", | |
"publisher": "neilbrayfield", | |
"version": "2.1.0" | |
}, | |
{ | |
"metadata": { | |
"id": "5e69f001-f945-4c97-baf0-320d82a153b3", | |
"publisherId": "felixfbecker.php-intellisense", | |
"publisherDisplayName": "felixfbecker" | |
}, | |
"name": "php-intellisense", | |
"publisher": "felixfbecker", | |
"version": "2.3.14" | |
}, | |
{ | |
"metadata": { | |
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960", | |
"publisherId": "phiter.phpstorm-snippets", | |
"publisherDisplayName": "phiter" | |
}, | |
"name": "phpstorm-snippets", | |
"publisher": "phiter", | |
"version": "1.1.1" | |
}, | |
{ | |
"metadata": { | |
"id": "d9cb64f2-2c94-41dd-883c-d9f7553b21e9", | |
"publisherId": "ziishaned.snippetmaker", | |
"publisherDisplayName": "ziishaned" | |
}, | |
"name": "snippetmaker", | |
"publisher": "ziishaned", | |
"version": "0.0.5" | |
}, | |
{ | |
"metadata": { | |
"id": "3c32cd05-98c2-4904-a85b-2c754c0b3e75", | |
"publisherId": "jeremyljackson.vs-docblock", | |
"publisherDisplayName": "jeremyljackson" | |
}, | |
"name": "vs-docblock", | |
"publisher": "jeremyljackson", | |
"version": "1.1.4" | |
}, | |
{ | |
"metadata": { | |
"id": "484d897a-6711-403c-ab54-a96f12be5833", | |
"publisherId": "Equinusocio.vsc-community-material-theme", | |
"publisherDisplayName": "Equinusocio" | |
}, | |
"name": "vsc-community-material-theme", | |
"publisher": "Equinusocio", | |
"version": "1.4.2" | |
}, | |
{ | |
"metadata": { | |
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260", | |
"publisherId": "Equinusocio.vsc-material-theme", | |
"publisherDisplayName": "Equinusocio" | |
}, | |
"name": "vsc-material-theme", | |
"publisher": "Equinusocio", | |
"version": "33.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "8c609a4f-268a-41fb-8fe6-b6fcd95e8113", | |
"publisherId": "equinusocio.vsc-material-theme-icons", | |
"publisherDisplayName": "equinusocio" | |
}, | |
"name": "vsc-material-theme-icons", | |
"publisher": "equinusocio", | |
"version": "1.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "085342db-9568-49b0-ad93-3223ac4c1baa", | |
"publisherId": "mrmlnc.vscode-apache", | |
"publisherDisplayName": "mrmlnc" | |
}, | |
"name": "vscode-apache", | |
"publisher": "mrmlnc", | |
"version": "1.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0", | |
"publisherId": "bmewburn.vscode-intelephense-client", | |
"publisherDisplayName": "bmewburn" | |
}, | |
"name": "vscode-intelephense-client", | |
"publisher": "bmewburn", | |
"version": "1.5.4" | |
}, | |
{ | |
"metadata": { | |
"id": "dde27962-923d-4d2a-b1a6-fd24d9ebbaf6", | |
"publisherId": "yuichinukiyama.vscode-preview-server", | |
"publisherDisplayName": "yuichinukiyama" | |
}, | |
"name": "vscode-preview-server", | |
"publisher": "yuichinukiyama", | |
"version": "1.3.0" | |
}, | |
{ | |
"metadata": { | |
"id": "beb68b20-7c55-471c-9b63-3486f9423566", | |
"publisherId": "mrmlnc.vscode-scss", | |
"publisherDisplayName": "mrmlnc" | |
}, | |
"name": "vscode-scss", | |
"publisher": "mrmlnc", | |
"version": "0.9.0" | |
}, | |
{ | |
"metadata": { | |
"id": "01708053-6fab-403f-9787-9d5f3d8f7d6a", | |
"publisherId": "sibiraj-s.vscode-scss-formatter", | |
"publisherDisplayName": "sibiraj-s" | |
}, | |
"name": "vscode-scss-formatter", | |
"publisher": "sibiraj-s", | |
"version": "2.0.2" | |
}, | |
{ | |
"metadata": { | |
"id": "0661e679-8a32-433e-baeb-8980f53edb55", | |
"publisherId": "fabiospampinato.vscode-todo-plus", | |
"publisherDisplayName": "fabiospampinato" | |
}, | |
"name": "vscode-todo-plus", | |
"publisher": "fabiospampinato", | |
"version": "4.18.0" | |
}, | |
{ | |
"metadata": { | |
"id": "f2fd462f-f1bd-4c62-b54f-59a4e5ffc6a3", | |
"publisherId": "WakaTime.vscode-wakatime", | |
"publisherDisplayName": "WakaTime" | |
}, | |
"name": "vscode-wakatime", | |
"publisher": "WakaTime", | |
"version": "4.0.8" | |
}, | |
{ | |
"metadata": { | |
"id": "4602541b-ff86-4990-834e-31addbfb39d9", | |
"publisherId": "claudiosanches.woocommerce", | |
"publisherDisplayName": "claudiosanches" | |
}, | |
"name": "woocommerce", | |
"publisher": "claudiosanches", | |
"version": "1.1.0" | |
}, | |
{ | |
"metadata": { | |
"id": "87b7ee15-39a4-4bbe-b4b8-86718c151964", | |
"publisherId": "wordpresstoolbox.wordpress-toolbox", | |
"publisherDisplayName": "wordpresstoolbox" | |
}, | |
"name": "wordpress-toolbox", | |
"publisher": "wordpresstoolbox", | |
"version": "1.3.8" | |
} | |
] |
This file contains 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
{{#def.select('MODULE', 'Specify module code generation', ['none','commonjs','amd','system','umd','es6','es2015','esnext'])}} | |
{{#def.select('TARGET', 'Specify ECMAScript target version', ['es3','es6','es2016','es2017','esnext'])}} | |
{{#def.confirm('SOURCE_MAP', 'Should generate corresponding .map file?')}} | |
{ | |
"compilerOptions": { | |
"module": "{{=$.MODULE}}", | |
"target": "{{=$.TARGET}}", | |
"sourceMap": {{=$.SOURCE_MAP}} | |
}, | |
"exclude": [ | |
"node_modules" | |
] | |
} |
This file contains 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
{"version":"1.2.0"} |
This file contains 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
// Empty |
This file contains 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
// Empty | |
[ | |
{ | |
"key": "cmd+n", | |
"command": "-workbench.action.files.newUntitledFile" | |
}, | |
{ | |
"key": "cmd+n", | |
"command": "-templates.newFileFromTemplate" | |
}, | |
{ | |
"key": "shift+cmd+n", | |
"command": "workbench.action.files.newUntitledFile" | |
}, | |
{ | |
"key": "alt+cmd+n", | |
"command": "-workbench.action.files.newUntitledFile" | |
}, | |
{ | |
"key": "alt+cmd+n", | |
"command": "extension.advancedNewFile" | |
}, | |
{ | |
"key": "alt+cmd+n", | |
"command": "-extension.advancedNewFile" | |
}, | |
{ | |
"key": "cmd+n", | |
"command": "templates.showDialog" | |
}, | |
{ | |
"key": "alt+cmd+n", | |
"command": "-templates.showDialog" | |
} | |
] |
This file contains 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
{ | |
"explorer.confirmDragAndDrop": false, | |
"sync.gist": "", | |
"sync.quietSync": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"workbench.colorTheme": "Community Material Theme", | |
"window.zoomLevel": 0, | |
"liveServer.settings.donotShowInfoMsg": true, | |
"terminal.integrated.rendererType": "dom", | |
"beautify.language": { | |
"js": { | |
"type": [ | |
"javascript", | |
"json", | |
"jsonc" | |
], | |
"filename": [ | |
".jshintrc", | |
".jsbeautifyrc" | |
] | |
}, | |
"css": [ | |
"css", | |
"scss" | |
], | |
"html": [ | |
"htm", | |
"html", | |
"blade", | |
"hb" | |
] | |
}, | |
"breadcrumbs.enabled": true, | |
"chromevscode.showWelcomePage": false, | |
"chromevscode.disclaimerReadAndAccepted": true, | |
"git.enableSmartCommit": true, | |
"git.confirmSync": false, | |
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar", | |
"php-cs-fixer.lastDownload": 1599481176995, | |
"files.autoSave": "onFocusChange", | |
"php-cs-fixer.onsave": true, | |
"php-cs-fixer.documentFormattingProvider": true, | |
"php-cs-fixer.formatHtml": true, | |
"html.format.wrapLineLength": 0, | |
"[php]": { | |
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client" | |
}, | |
"liveshare.featureSet": "insiders", | |
"[html]": { | |
"editor.defaultFormatter": "vscode.html-language-features" | |
}, | |
"editor.formatOnSaveTimeout": 5000, | |
"emmet.excludeLanguages": [ | |
"markdown", | |
], | |
"editor.fontFamily": "Jetbrains Mono, Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontSize": 13, | |
"editor.formatOnSave": true, | |
"blade.format.enable": true, | |
"files.associations": { | |
"*.blade.php": "html" | |
}, | |
"editor.renameOnType": true, | |
"files.trimTrailingWhitespace": true, | |
"trailing-spaces.trimOnSave": true, | |
"settingsSync.ignoredExtensions": [], | |
"settingsSync.ignoredSettings": [], | |
} |
This file contains 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 snippets for php here. Each snippet is defined under a snippet name and has a prefix, body and | |
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the | |
// same ids are connected. | |
// Example: | |
// "Print to console": { | |
// "prefix": "log", | |
// "body": [ | |
// "console.log('$1');", | |
// "$2" | |
// ], | |
// "description": "Log output to console" | |
// } | |
} |
This file contains 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
Show hidden characters
{ | |
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and | |
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope | |
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is | |
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. | |
// Placeholders with the same ids are connected. | |
// Example: | |
// "Print to console": { | |
// "scope": "javascript,typescript", | |
// "prefix": "log", | |
// "body": [ | |
// "console.log('$1');", | |
// "$2" | |
// ], | |
// "description": "Log output to console" | |
// } | |
"Mail Table Container": { | |
"prefix": "mbody", | |
"body": [ | |
"<!-- START -->", | |
" <table summary=\"\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">", | |
" <tbody>", | |
" <tr valign=\"top\">", | |
" <td align=\"center\">", | |
" <!-- CONTAINER-->", | |
" <table summary=\"\" width=\"600\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">", | |
" <tbody>", | |
" <tr>", | |
" <td>", | |
" <!-- CONTENT-->", | |
" <table summary=\"\" width=\"521\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\"", | |
" class=\"section1\">", | |
" <tbody>", | |
" <tr></tr>", | |
" </tbody>", | |
" </table>", | |
" <!-- CONTENT -->", | |
" </td>", | |
" </tr>", | |
" </tbody>", | |
" </table>", | |
" <!-- / CONTAINER-->", | |
" </td>", | |
" </tr>", | |
" </tbody>", | |
" </table>", | |
"<!-- END -->" | |
], | |
"description": "Mail Table Container" | |
}, | |
"Mail Table Section": { | |
"prefix": "minnersection", | |
"body": [ | |
"<tr>", | |
" <td>", | |
" <table summary=\"\" width=\"520\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\"", | |
" style=\"background: white\">", | |
" <tbody></tbody>", | |
" </table>", | |
" </td>", | |
"</tr>" | |
], | |
"description": "Mail Table Section" | |
}, | |
"Mail Table Wrap": { | |
"prefix": "minnerwrap", | |
"body": [ | |
"<table summary=\"\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">", | |
" <tbody>", | |
" <tr valign=\"top\">", | |
" <td align=\"center\">", | |
" <table summary=\"\" width=\"600\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">", | |
" <tbody>", | |
" ", | |
" </tbody>", | |
" </table>", | |
" </td>", | |
" </tr>", | |
" </tbody>", | |
"</table>" | |
], | |
"description": "Mail Table Wrap" | |
}, | |
"Bootstrap Media Scss": { | |
"prefix": "bootstrapmq", | |
"body": [ | |
"// Large devices (desktops, less than 1200px)", | |
"@include media-breakpoint-down(lg) {}", | |
"// (max-width: 1199.98px) and (min-width: 768px)", | |
"@include media-breakpoint-between(md, lg) {}", | |
"// Medium devices (tablets, less than 992px)", | |
"@include media-breakpoint-down(md) {}", | |
"// Small devices (landscape phones, less than 768px)", | |
"@include media-breakpoint-down(sm) {}", | |
"", | |
"// (min-width: 992px) and (max-width: 1199.98px)", | |
"@include media-breakpoint-only(lg) {}", | |
"// (min-width: 768px) and (max-width: 991.98px)", | |
"@include media-breakpoint-only(md) {}", | |
"// (min-width: 576px) and (max-width: 767.98px)", | |
"@include media-breakpoint-only(sm) {}", | |
], | |
"description": "Bootstrap Media Scss" | |
}, | |
"WP Plugin Header": { | |
"prefix": "pluginheader", | |
"body": [ | |
"/**", | |
" * ${1:example}", | |
" *", | |
" * @package ${1:example}", | |
" * @author Activate Digital", | |
" * @copyright 2019 Activate Digital", | |
" *", | |
" * @wordpress-plugin", | |
" * Plugin Name: ${1:example}", | |
" * Description: Description of the plugin.", | |
" * Version: 1.0.0", | |
" * Author: Activate Digital", | |
" * Author URI: https://www.activatedigital.co.uk", | |
" */", | |
"$0" | |
], | |
"description": "WP Plugin Header" | |
}, | |
"Wordpress Site Url": { | |
"prefix": "wpurl", | |
"body": [ | |
"<?= trailingslashit( get_site_url() ); ?>" | |
], | |
"description": "Wordpress Site Url" | |
}, | |
"Wordpress: Meta Val": { | |
"prefix": "metaval", | |
"body": [ | |
"<?= get_meta_val(\\$meta, '${1:example}'); ?>", | |
"$0" | |
], | |
"description": "Get Meta Val" | |
}, | |
"Wordpresss: Meta Image": { | |
"prefix": "metaimage", | |
"body": [ | |
"<?php", | |
"\\$image = types_render_field('${1:example}', ['url' => true, 'size' => 'full']);", | |
"lazy_load_img(\\$image, ['alt' => '', 'classes' => '']);", | |
"?>", | |
"$0" | |
], | |
"description": "Wordpresss: Meta Image" | |
}, | |
"Wordpress: Meta Image": { | |
"prefix": "cfimg", | |
"body": [ | |
"<?= get_img_cf_url('${1:example}', '${1:example}', '${1:example}'); ?>" | |
], | |
"description": "Wordpress: Meta Image" | |
}, | |
"Wordpresss: Meta Repeatable": { | |
"prefix": "metagroup", | |
"body": [ | |
"<?php", | |
" \\$vars = toolset_get_related_posts(", | |
" get_the_ID(),", | |
" '${1:example}',", | |
" 'parent',", | |
" 999,", | |
" 0,", | |
" ['meta_key' => 'toolset-post-sortorder'],", | |
" 'post_object',", | |
" 'child',", | |
" 'meta_value_num',", | |
" 'ASC'", | |
" );", | |
"", | |
" if(\\$vars) :", | |
" \\$i = 0;", | |
" foreach(\\$vars as \\$var) :", | |
" \\$_meta = get_post_meta(\\$var->ID);", | |
" // Content...", | |
" \\$i++;", | |
" endforeach;", | |
" endif;", | |
"?>", | |
"$0" | |
], | |
"description": "Wordpresss: Meta Repeatable" | |
}, | |
"Wordpresss: CPT Loop": { | |
"prefix": "loopcpt", | |
"body": [ | |
"<?php", | |
"\\$posts = get_posts([", | |
" 'posts_per_page' => -1,", | |
" 'post_type' => '${1:example}'", | |
"]);", | |
"", | |
"if ( \\$posts ) :", | |
"foreach ( \\$posts as \\$post ) :", | |
"setup_postdata( \\$post ); ?>", | |
"<!-- Content -->", | |
"<?php", | |
"endforeach;", | |
"wp_reset_postdata();", | |
"endif;", | |
"?>", | |
"$0" | |
], | |
"description": "Wordpresss: CPT Loop" | |
}, | |
"Wordpress: Meta Multiline": { | |
"prefix": "metamulti", | |
"body": [ | |
"<?php", | |
" \\$lines = explode(PHP_EOL, get_meta_val(\\$meta, '${1:example}'));", | |
"", | |
" foreach(\\$lines as \\$line) {", | |
" echo sprintf('<li>%s</li>' . PHP_EOL, \\$line);", | |
" }", | |
"?>" | |
], | |
"description": "Wordpress: Meta Multiline" | |
}, | |
"JS Module": { | |
"prefix": "jsmod", | |
"body": [ | |
"var ACTDIG = ACTDIG || (ACTDIG = {});", | |
"", | |
"ACTDIG.${1:example} = (function ($, window, document) {", | |
"", | |
" return {", | |
" init: function () {", | |
"", | |
" }", | |
" };", | |
"})(window.jQuery, window, document);" | |
], | |
"description": "JS Module" | |
} | |
} |
This file contains 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
{"ref":"d2b48781-6f74-4d2b-8511-433fead5951d","content":"{\"version\":4,\"machineId\":\"869a4664-c377-4ded-941f-3e32a4218e22\",\"content\":\"[{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.bat\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.clojure\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.coffeescript\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.configuration-editing\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.cpp\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.csharp\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.css\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.css-language-features\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.debug-auto-launch\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.debug-server-ready\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.docker\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.emmet\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.extension-editing\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.fsharp\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.git\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.git-ui\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.github\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.github-authentication\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.go\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.groovy\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.grunt\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.gulp\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.handlebars\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.hlsl\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.html\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.html-language-features\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.image-preview\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.ini\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.jake\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.java\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.javascript\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.json\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.json-language-features\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.less\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.log\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.lua\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.make\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.markdown\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.markdown-language-features\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.merge-conflict\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.microsoft-authentication\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.js-debug\\\",\\\"uuid\\\":\\\"25629058-ddac-4e17-abba-74678e126c5d\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.js-debug-companion\\\",\\\"uuid\\\":\\\"99cb0b7f-7354-4278-b8da-6cc79972169d\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.node-debug\\\",\\\"uuid\\\":\\\"b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.node-debug2\\\",\\\"uuid\\\":\\\"36d19e17-7569-4841-a001-947eb18602b2\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.references-view\\\",\\\"uuid\\\":\\\"dc489f46-520d-4556-ae85-1f9eab3c412d\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.vscode-js-profile-table\\\",\\\"uuid\\\":\\\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.npm\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.objective-c\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.perl\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.php\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.php-language-features\\\"},\\\"disabled\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.powershell\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.pug\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.python\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.r\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.razor\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.ruby\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.rust\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.scss\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.search-result\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.shaderlab\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.shellscript\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.sql\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.swift\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-abyss\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-defaults\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-kimbie-dark\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-monokai\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-monokai-dimmed\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-quietlight\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-red\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.vscode-theme-seti\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-solarized-dark\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-solarized-light\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-tomorrow-night-blue\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.typescript\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.typescript-language-features\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.vb\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.xml\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.yaml\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"3axap4ehko.file-templates-manager\\\",\\\"uuid\\\":\\\"fb0e6dfd-fd68-4542-9106-3d31fe7f6425\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"bmewburn.vscode-intelephense-client\\\",\\\"uuid\\\":\\\"ffda6552-0ad5-431b-a4fa-0905a7e4f3f0\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"chakrounanas.turbo-console-log\\\",\\\"uuid\\\":\\\"6623619a-676d-4cde-943f-a3c193b44fc0\\\"},\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"cjhowe7.laravel-blade\\\",\\\"uuid\\\":\\\"32aada6b-3cbf-4590-ab56-f2c4423d028f\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"claudiosanches.woocommerce\\\",\\\"uuid\\\":\\\"4602541b-ff86-4990-834e-31addbfb39d9\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"devsense.phptools-vscode\\\",\\\"uuid\\\":\\\"93916db4-e944-4c74-b68e-47f2834e9e93\\\"},\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"equinusocio.vsc-community-material-theme\\\",\\\"uuid\\\":\\\"484d897a-6711-403c-ab54-a96f12be5833\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"equinusocio.vsc-material-theme\\\",\\\"uuid\\\":\\\"dffaf5a1-2219-434b-9d87-cb586fd59260\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"equinusocio.vsc-material-theme-icons\\\",\\\"uuid\\\":\\\"8c609a4f-268a-41fb-8fe6-b6fcd95e8113\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"fabianlauer.chrome-vs-code\\\"},\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"fabiospampinato.vscode-todo-plus\\\",\\\"uuid\\\":\\\"0661e679-8a32-433e-baeb-8980f53edb55\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"felixfbecker.php-intellisense\\\",\\\"uuid\\\":\\\"5e69f001-f945-4c97-baf0-320d82a153b3\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"formulahendry.auto-close-tag\\\",\\\"uuid\\\":\\\"d3836729-9cc1-42c1-b2af-d50071f57d29\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"formulahendry.auto-rename-tag\\\",\\\"uuid\\\":\\\"6e440e71-8ed9-4f25-bb78-4b13096b8a03\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"hookyqr.beautify\\\",\\\"uuid\\\":\\\"697255a9-3f36-44c8-b084-d3b91edfb23a\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"jeremyljackson.vs-docblock\\\",\\\"uuid\\\":\\\"3c32cd05-98c2-4904-a85b-2c754c0b3e75\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"junstyle.php-cs-fixer\\\",\\\"uuid\\\":\\\"b06b65b2-6ea9-4045-b166-54aa63205261\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"k--kato.intellij-idea-keybindings\\\",\\\"uuid\\\":\\\"f30b63fa-e34a-40af-a573-5de5ecfb6c5e\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"mikestead.dotenv\\\",\\\"uuid\\\":\\\"532533c9-a894-4a58-9eee-bbfbe7c06f71\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"mrmlnc.vscode-apache\\\",\\\"uuid\\\":\\\"085342db-9568-49b0-ad93-3223ac4c1baa\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"mrmlnc.vscode-scss\\\",\\\"uuid\\\":\\\"beb68b20-7c55-471c-9b63-3486f9423566\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vsliveshare.vsliveshare\\\",\\\"uuid\\\":\\\"5a6dc0d5-dc02-4121-8e24-cad33a2ff0af\\\"},\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"msjsdiag.debugger-for-chrome\\\",\\\"uuid\\\":\\\"1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd\\\"},\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"neilbrayfield.php-docblocker\\\",\\\"uuid\\\":\\\"ca0094fa-0dc7-4847-ae5d-879442c099ca\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"onecentlin.laravel-blade\\\",\\\"uuid\\\":\\\"3b58a227-618a-4b57-a06b-6984a2a8d1ba\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"patbenatar.advanced-new-file\\\",\\\"uuid\\\":\\\"2cbad5ee-b4ab-4de8-a1c7-77fede846155\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"phiter.phpstorm-snippets\\\",\\\"uuid\\\":\\\"f6c2c922-7a4d-4a60-aa8c-d7a41042f960\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"rifi2k.format-html-in-php\\\",\\\"uuid\\\":\\\"6b8be8ff-4ed6-4534-99e6-c37b7a82aea6\\\"},\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"rintoj.blank-line-organizer\\\",\\\"uuid\\\":\\\"765da733-52d6-4ab7-a4e4-df2eb000568c\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ritwickdey.liveserver\\\",\\\"uuid\\\":\\\"b63c44fd-0457-4696-99e9-dbfdf70d77de\\\"},\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"shardulm94.trailing-spaces\\\",\\\"uuid\\\":\\\"6ad45f5a-09ec-44e5-b363-867ddc1ec674\\\"},\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"sibiraj-s.vscode-scss-formatter\\\",\\\"uuid\\\":\\\"01708053-6fab-403f-9787-9d5f3d8f7d6a\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"trinm1709.dracula-theme-from-intellij\\\",\\\"uuid\\\":\\\"8edd410a-6a61-4a6e-820f-9be6cb26b1dc\\\"},\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"wakatime.vscode-wakatime\\\",\\\"uuid\\\":\\\"f2fd462f-f1bd-4c62-b54f-59a4e5ffc6a3\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"wordpresstoolbox.wordpress-toolbox\\\",\\\"uuid\\\":\\\"87b7ee15-39a4-4bbe-b4b8-86718c151964\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"yuichinukiyama.vscode-preview-server\\\",\\\"uuid\\\":\\\"dde27962-923d-4d2a-b1a6-fd24d9ebbaf6\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"zignd.html-css-class-completion\\\",\\\"uuid\\\":\\\"7b71fc1b-190d-4f7d-95d1-93e422649b0a\\\"},\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ziishaned.snippetmaker\\\",\\\"uuid\\\":\\\"d9cb64f2-2c94-41dd-883c-d9f7553b21e9\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"shan.code-settings-sync\\\",\\\"uuid\\\":\\\"e337c67b-55c2-4fef-8949-eb260e7fb7fd\\\"},\\\"installed\\\":true}]\"}","skippedExtensions":[]} |
This file contains 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
{"version":1,"content":"{\"storage\":{\"commandPalette.mru.cache\":{\"version\":1,\"value\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.action.tasks.showTasks\\\",\\\"value\\\":11},{\\\"key\\\":\\\"workbench.action.tasks.configureTaskRunner\\\",\\\"value\\\":20},{\\\"key\\\":\\\"todo.toggleBox\\\",\\\"value\\\":49},{\\\"key\\\":\\\"workbench.action.tasks.runTask\\\",\\\"value\\\":51},{\\\"key\\\":\\\"workbench.action.openSettings\\\",\\\"value\\\":73},{\\\"key\\\":\\\"editor.foldAll\\\",\\\"value\\\":93},{\\\"key\\\":\\\"wakatime.apikey\\\",\\\"value\\\":176},{\\\"key\\\":\\\"extension.HowSettings\\\",\\\"value\\\":550},{\\\"key\\\":\\\"extension.updateSettings\\\",\\\"value\\\":551},{\\\"key\\\":\\\"extension.otherOptions\\\",\\\"value\\\":552},{\\\"key\\\":\\\"workbench.action.inspectKeyMappings\\\",\\\"value\\\":556},{\\\"key\\\":\\\"extension.liveServer.goOnline\\\",\\\"value\\\":589},{\\\"key\\\":\\\"extension.openWebBrowserSplitView\\\",\\\"value\\\":641},{\\\"key\\\":\\\"intelephense.cancel.indexing\\\",\\\"value\\\":684},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindings\\\",\\\"value\\\":759},{\\\"key\\\":\\\"extension.sidePreview\\\",\\\"value\\\":873},{\\\"key\\\":\\\"extension.inBrowser\\\",\\\"value\\\":874},{\\\"key\\\":\\\"php.extractFunctionWithComment\\\",\\\"value\\\":899},{\\\"key\\\":\\\"php.extractFunction\\\",\\\"value\\\":900},{\\\"key\\\":\\\"templates.edit\\\",\\\"value\\\":1079},{\\\"key\\\":\\\"blankLine.process\\\",\\\"value\\\":1133},{\\\"key\\\":\\\"php-docblocker.trigger\\\",\\\"value\\\":1155},{\\\"key\\\":\\\"extension.launch\\\",\\\"value\\\":1190},{\\\"key\\\":\\\"workbench.action.toggleSharedProcess\\\",\\\"value\\\":1227},{\\\"key\\\":\\\"extensions.enabledExtensionList.focus\\\",\\\"value\\\":1244},{\\\"key\\\":\\\"php-cs-fixer.fix2\\\",\\\"value\\\":1264},{\\\"key\\\":\\\"copyRelativeFilePath\\\",\\\"value\\\":1346},{\\\"key\\\":\\\"breadcrumbs.focusAndSelect\\\",\\\"value\\\":1566},{\\\"key\\\":\\\"editor.action.trimTrailingWhitespace\\\",\\\"value\\\":1740},{\\\"key\\\":\\\"HookyQR.beautifyFile\\\",\\\"value\\\":1743},{\\\"key\\\":\\\"workbench.action.selectTheme\\\",\\\"value\\\":1776},{\\\"key\\\":\\\"editor.action.inPlaceReplace.up\\\",\\\"value\\\":1845},{\\\"key\\\":\\\"extension.resume\\\",\\\"value\\\":1846},{\\\"key\\\":\\\"workbench.action.files.saveWithoutFormatting\\\",\\\"value\\\":1897},{\\\"key\\\":\\\"workbench.action.reloadWindowWithExtensionsDisabled\\\",\\\"value\\\":1927},{\\\"key\\\":\\\"editor.action.formatSelection\\\",\\\"value\\\":1940},{\\\"key\\\":\\\"editor.action.formatDocument.multiple\\\",\\\"value\\\":1942},{\\\"key\\\":\\\"workbench.action.openSnippets\\\",\\\"value\\\":2113},{\\\"key\\\":\\\"editor.action.formatDocument.none\\\",\\\"value\\\":2133},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":2169},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":2174},{\\\"key\\\":\\\"workbench.action.terminal.toggleTerminal\\\",\\\"value\\\":2214},{\\\"key\\\":\\\"workbench.extensions.action.installExtensions\\\",\\\"value\\\":2229},{\\\"key\\\":\\\"workbench.view.extension.chatActivityViewSlack\\\",\\\"value\\\":2232},{\\\"key\\\":\\\"extension.chat.authenticate\\\",\\\"value\\\":2233},{\\\"key\\\":\\\"workbench.action.showRuntimeExtensions\\\",\\\"value\\\":2234},{\\\"key\\\":\\\"workbench.extensions.action.showInstalledExtensions\\\",\\\"value\\\":2237},{\\\"key\\\":\\\"workbench.action.openGlobalSettings\\\",\\\"value\\\":2238},{\\\"key\\\":\\\"extension.preview\\\",\\\"value\\\":2242}]}\"},\"commandPalette.mru.counter\":{\"version\":1,\"value\":\"2243\"},\"cpp.1.lastSessionDate\":{\"version\":1,\"value\":\"Tue Aug 18 2020\"},\"cpp.1.sessionCount\":{\"version\":1,\"value\":\"472\"},\"java.2.lastSessionDate\":{\"version\":1,\"value\":\"Tue Aug 18 2020\"},\"java.2.sessionCount\":{\"version\":1,\"value\":\"472\"},\"javascript.1.editedCount\":{\"version\":1,\"value\":\"10\"},\"javascript.1.editedDate\":{\"version\":1,\"value\":\"Fri Oct 05 2018\"},\"javascript.1.isCandidate\":{\"version\":1,\"value\":\"false\"},\"javascript.1.lastSessionDate\":{\"version\":1,\"value\":\"Mon Oct 08 2018\"},\"javascript.1.sessionCount\":{\"version\":1,\"value\":\"19\"},\"javascript.1.skipVersion\":{\"version\":1,\"value\":\"1.27.2\"},\"nps/isCandidate\":{\"version\":1,\"value\":\"false\"},\"nps/lastSessionDate\":{\"version\":1,\"value\":\"Fri Sep 21 2018\"},\"nps/sessionCount\":{\"version\":1,\"value\":\"9\"},\"nps/skipVersion\":{\"version\":1,\"value\":\"1.27.2\"},\"typescript.1.lastSessionDate\":{\"version\":1,\"value\":\"Tue Aug 18 2020\"},\"typescript.1.sessionCount\":{\"version\":1,\"value\":\"472\"},\"views.cachedViewPositions\":{\"version\":1,\"value\":\"[]\"},\"workbench.activity.pinnedViewlets2\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.todo\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.templatesView\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.chatActivityViewSlack\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.chatActivityViewDiscord\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.explorer.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"templatesExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.session.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.markers.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.output.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.pinnedPanels\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"name\\\":\\\"Search\\\",\\\"pinned\\\":true,\\\"order\\\":10,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"name\\\":\\\"Problems\\\",\\\"pinned\\\":true,\\\"order\\\":0,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"name\\\":\\\"Output\\\",\\\"pinned\\\":true,\\\"order\\\":1,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"Debug Console\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.panel.repl.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.terminal.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.terminal\\\",\\\"isHidden\\\":false}]\"},\"workbench.scm.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"scm:repository:Git:file:///Users/johnhearfield/Web/Sites/_Local%20Repo/sites/olive-tree-2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm.mainPanel\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"scm:repository:Git:file:///Users/johnhearfield/Web/Sites/_Local/connect/wp-content/themes/connect-aviation\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:Git:file:///Users/johnhearfield/Web/Sites/_Local%20Repo/sites/certus\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:Git:file:///Users/johnhearfield/Web/Sites/_Local%20Repo/sites/velocity\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm.mainPane\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:-61666037\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:-2003427131\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.debug.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.todo.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"todo.views.1files\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"todo.views.2embedded\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extensions.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"extensions.enabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.popularExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.listView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.enabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.workspaceRecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.default\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.otherrecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInBasicsExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInThemesExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.outdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.default\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.outdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.search.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\"}}}"} |
This file contains 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
{"ref":"0528b99b-4886-4a89-9018-d392b934808b","content":"{\"version\":1,\"machineId\":\"869a4664-c377-4ded-941f-3e32a4218e22\",\"content\":\"{\\\"storage\\\":{\\\"views.cachedViewPositions\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[]\\\"},\\\"workbench.panel.repl.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.repl.view\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.markers.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.markers.view\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.output.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.output\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.terminal.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.debug.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.variablesView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.welcome\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.watchExpressionsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.callStackView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.loadedScriptsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.breakPointsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"jsBrowserBreakpoints\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extensions.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.enabledExtensionList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.recommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.disabledExtensionList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.popularExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.listView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.vscode-local.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.enabledExtensionList2\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.workspaceRecommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.vscode-local.default\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.otherrecommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.disabledExtensionList2\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInBasicsExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInThemesExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.vscode-local.outdated\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.local.default\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.local.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.local.outdated\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.popular\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.workspaceRecommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.otherRecommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.enabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.disabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.marketplace\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchInstalled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchEnabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchDisabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchOutdated\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchBuiltin\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinFeatureExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinThemeExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.explorer.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.openEditorsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"templatesExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"liveshare.session.explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.fileView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"outline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"npm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.emptyView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"timeline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.scm.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:Git:file:///Users/johnhearfield/Web/Sites/_Local%20Repo/sites/olive-tree-2\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm.mainPanel\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:Git:file:///Users/johnhearfield/Web/Sites/_Local/connect/wp-content/themes/connect-aviation\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:Git:file:///Users/johnhearfield/Web/Sites/_Local%20Repo/sites/certus\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:Git:file:///Users/johnhearfield/Web/Sites/_Local%20Repo/sites/velocity\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm.mainPane\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:-61666037\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:-2003427131\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm.repositories\\\\\\\",\\\\\\\"isHidden\\\\\\\":true}]\\\"},\\\"workbench.view.search.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.pinnedPanels\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Terminal\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":3,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Search\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":10,\\\\\\\"visible\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.markers\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Problems\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":0,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.output\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Output\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":1,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.repl\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Debug Console\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":2,\\\\\\\"visible\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"refactorPreview\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Refactor Preview\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"workbench.activity.pinnedViewlets2\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.explorer\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":0},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.scm\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":2},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":1},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.debug\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":2},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.remote\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extensions\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.references-view\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":7},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.todo\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":9},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.templatesView\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":8},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.chatActivityViewSlack\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":10},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.chatActivityViewDiscord\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":11},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.sync\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"hasNotifiedOfSettingsAutosave\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"nps/sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"9\\\"},\\\"nps/lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Fri Sep 21 2018\\\"},\\\"nps/skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.27.2\\\"},\\\"nps/isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"cpp.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"490\\\"},\\\"cpp.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Mon Sep 14 2020\\\"},\\\"java.2.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"490\\\"},\\\"java.2.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Mon Sep 14 2020\\\"},\\\"javascript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"19\\\"},\\\"javascript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Mon Oct 08 2018\\\"},\\\"javascript.1.skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.27.2\\\"},\\\"javascript.1.isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"javascript.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"10\\\"},\\\"javascript.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Fri Oct 05 2018\\\"},\\\"typescript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"490\\\"},\\\"typescript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Mon Sep 14 2020\\\"},\\\"workbench.view.extension.todo.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"todo.views.1files\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"todo.views.2embedded\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"commandPalette.mru.cache\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"usesLRU\\\\\\\":true,\\\\\\\"entries\\\\\\\":[{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.tasks.runTask\\\\\\\",\\\\\\\"value\\\\\\\":51},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.openSettings\\\\\\\",\\\\\\\"value\\\\\\\":73},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.foldAll\\\\\\\",\\\\\\\"value\\\\\\\":93},{\\\\\\\"key\\\\\\\":\\\\\\\"wakatime.apikey\\\\\\\",\\\\\\\"value\\\\\\\":176},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.inspectKeyMappings\\\\\\\",\\\\\\\"value\\\\\\\":556},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.liveServer.goOnline\\\\\\\",\\\\\\\"value\\\\\\\":589},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.openWebBrowserSplitView\\\\\\\",\\\\\\\"value\\\\\\\":641},{\\\\\\\"key\\\\\\\":\\\\\\\"intelephense.cancel.indexing\\\\\\\",\\\\\\\"value\\\\\\\":684},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.openGlobalKeybindings\\\\\\\",\\\\\\\"value\\\\\\\":759},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.sidePreview\\\\\\\",\\\\\\\"value\\\\\\\":873},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.inBrowser\\\\\\\",\\\\\\\"value\\\\\\\":874},{\\\\\\\"key\\\\\\\":\\\\\\\"php.extractFunctionWithComment\\\\\\\",\\\\\\\"value\\\\\\\":899},{\\\\\\\"key\\\\\\\":\\\\\\\"php.extractFunction\\\\\\\",\\\\\\\"value\\\\\\\":900},{\\\\\\\"key\\\\\\\":\\\\\\\"templates.edit\\\\\\\",\\\\\\\"value\\\\\\\":1079},{\\\\\\\"key\\\\\\\":\\\\\\\"blankLine.process\\\\\\\",\\\\\\\"value\\\\\\\":1133},{\\\\\\\"key\\\\\\\":\\\\\\\"php-docblocker.trigger\\\\\\\",\\\\\\\"value\\\\\\\":1155},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.launch\\\\\\\",\\\\\\\"value\\\\\\\":1190},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.toggleSharedProcess\\\\\\\",\\\\\\\"value\\\\\\\":1227},{\\\\\\\"key\\\\\\\":\\\\\\\"extensions.enabledExtensionList.focus\\\\\\\",\\\\\\\"value\\\\\\\":1244},{\\\\\\\"key\\\\\\\":\\\\\\\"php-cs-fixer.fix2\\\\\\\",\\\\\\\"value\\\\\\\":1264},{\\\\\\\"key\\\\\\\":\\\\\\\"copyRelativeFilePath\\\\\\\",\\\\\\\"value\\\\\\\":1346},{\\\\\\\"key\\\\\\\":\\\\\\\"breadcrumbs.focusAndSelect\\\\\\\",\\\\\\\"value\\\\\\\":1566},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.trimTrailingWhitespace\\\\\\\",\\\\\\\"value\\\\\\\":1740},{\\\\\\\"key\\\\\\\":\\\\\\\"HookyQR.beautifyFile\\\\\\\",\\\\\\\"value\\\\\\\":1743},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.selectTheme\\\\\\\",\\\\\\\"value\\\\\\\":1776},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.inPlaceReplace.up\\\\\\\",\\\\\\\"value\\\\\\\":1845},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.resume\\\\\\\",\\\\\\\"value\\\\\\\":1846},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.files.saveWithoutFormatting\\\\\\\",\\\\\\\"value\\\\\\\":1897},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.reloadWindowWithExtensionsDisabled\\\\\\\",\\\\\\\"value\\\\\\\":1927},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.formatSelection\\\\\\\",\\\\\\\"value\\\\\\\":1940},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.formatDocument.multiple\\\\\\\",\\\\\\\"value\\\\\\\":1942},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.openSnippets\\\\\\\",\\\\\\\"value\\\\\\\":2113},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.formatDocument.none\\\\\\\",\\\\\\\"value\\\\\\\":2133},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.extensions.action.installExtensions\\\\\\\",\\\\\\\"value\\\\\\\":2229},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.view.extension.chatActivityViewSlack\\\\\\\",\\\\\\\"value\\\\\\\":2232},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.chat.authenticate\\\\\\\",\\\\\\\"value\\\\\\\":2233},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.showRuntimeExtensions\\\\\\\",\\\\\\\"value\\\\\\\":2234},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.openGlobalSettings\\\\\\\",\\\\\\\"value\\\\\\\":2238},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.formatDocument\\\\\\\",\\\\\\\"value\\\\\\\":2281},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.terminal.toggleTerminal\\\\\\\",\\\\\\\"value\\\\\\\":2282},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.showSyncedData\\\\\\\",\\\\\\\"value\\\\\\\":2287},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.reloadWindow\\\\\\\",\\\\\\\"value\\\\\\\":2292},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.extensions.action.showInstalledExtensions\\\\\\\",\\\\\\\"value\\\\\\\":2297},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.preview\\\\\\\",\\\\\\\"value\\\\\\\":2299},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.configure\\\\\\\",\\\\\\\"value\\\\\\\":2300},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.HowSettings\\\\\\\",\\\\\\\"value\\\\\\\":2301},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.settings\\\\\\\",\\\\\\\"value\\\\\\\":2302},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.updateSettings\\\\\\\",\\\\\\\"value\\\\\\\":2303},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.syncNow\\\\\\\",\\\\\\\"value\\\\\\\":2305},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.otherOptions\\\\\\\",\\\\\\\"value\\\\\\\":2306}]}\\\"},\\\"commandPalette.mru.counter\\\":{\\\"version\\\":1,\\\"value\\\":\\\"2307\\\"},\\\"terminal.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.sync.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.merges\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.remoteActivity\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.machines\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.localActivity\\\\\\\",\\\\\\\"isHidden\\\\\\\":true}]\\\"}}}\"}","skippedStorageKeys":["workbench.panel.terminal.hidden"]} |
This file contains 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
{"ref":"c0742351-ca23-4aa6-9ed4-2883350991b4","content":"{\"version\":2,\"machineId\":\"869a4664-c377-4ded-941f-3e32a4218e22\",\"content\":\"{\\\"mac\\\":\\\"// Empty\\\\n[\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"cmd+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.files.newUntitledFile\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"cmd+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-templates.newFileFromTemplate\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+cmd+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.files.newUntitledFile\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+cmd+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.files.newUntitledFile\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+cmd+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"extension.advancedNewFile\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+cmd+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-extension.advancedNewFile\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"cmd+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"templates.showDialog\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+cmd+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-templates.showDialog\\\\\\\"\\\\n }\\\\n]\\\"}\"}"} |
This file contains 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
{"ref":"c3c8fb6f-5c2c-4db6-8a8e-b1aba02f34c6","content":"{\"version\":2,\"machineId\":\"869a4664-c377-4ded-941f-3e32a4218e22\",\"content\":\"{\\\"settings\\\":\\\"{\\\\n \\\\\\\"explorer.confirmDragAndDrop\\\\\\\": false,\\\\n \\\\\\\"sync.gist\\\\\\\": \\\\\\\"6fb06bbe642bb7c84436c4921aad02f2\\\\\\\",\\\\n \\\\\\\"sync.quietSync\\\\\\\": false,\\\\n \\\\\\\"sync.removeExtensions\\\\\\\": true,\\\\n \\\\\\\"sync.syncExtensions\\\\\\\": true,\\\\n \\\\\\\"sync.autoDownload\\\\\\\": false,\\\\n \\\\\\\"sync.autoUpload\\\\\\\": false,\\\\n \\\\\\\"sync.forceDownload\\\\\\\": false,\\\\n \\\\\\\"workbench.colorTheme\\\\\\\": \\\\\\\"Community Material Theme\\\\\\\",\\\\n \\\\\\\"window.zoomLevel\\\\\\\": 0,\\\\n \\\\\\\"liveServer.settings.donotShowInfoMsg\\\\\\\": true,\\\\n \\\\\\\"terminal.integrated.rendererType\\\\\\\": \\\\\\\"dom\\\\\\\",\\\\n \\\\\\\"beautify.language\\\\\\\": {\\\\n \\\\\\\"js\\\\\\\": {\\\\n \\\\\\\"type\\\\\\\": [\\\\n \\\\\\\"javascript\\\\\\\",\\\\n \\\\\\\"json\\\\\\\",\\\\n \\\\\\\"jsonc\\\\\\\"\\\\n ],\\\\n \\\\\\\"filename\\\\\\\": [\\\\n \\\\\\\".jshintrc\\\\\\\",\\\\n \\\\\\\".jsbeautifyrc\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"css\\\\\\\": [\\\\n \\\\\\\"css\\\\\\\",\\\\n \\\\\\\"scss\\\\\\\"\\\\n ],\\\\n \\\\\\\"html\\\\\\\": [\\\\n \\\\\\\"htm\\\\\\\",\\\\n \\\\\\\"html\\\\\\\",\\\\n \\\\\\\"blade\\\\\\\",\\\\n \\\\\\\"hb\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"breadcrumbs.enabled\\\\\\\": true,\\\\n \\\\\\\"chromevscode.showWelcomePage\\\\\\\": false,\\\\n \\\\\\\"chromevscode.disclaimerReadAndAccepted\\\\\\\": true,\\\\n \\\\\\\"git.enableSmartCommit\\\\\\\": true,\\\\n \\\\\\\"git.confirmSync\\\\\\\": false,\\\\n \\\\\\\"php-cs-fixer.executablePath\\\\\\\": \\\\\\\"${extensionPath}/php-cs-fixer.phar\\\\\\\",\\\\n \\\\\\\"php-cs-fixer.lastDownload\\\\\\\": 1599481176995,\\\\n \\\\\\\"files.autoSave\\\\\\\": \\\\\\\"onFocusChange\\\\\\\",\\\\n \\\\\\\"php-cs-fixer.onsave\\\\\\\": true,\\\\n \\\\\\\"php-cs-fixer.documentFormattingProvider\\\\\\\": true,\\\\n \\\\\\\"php-cs-fixer.formatHtml\\\\\\\": true,\\\\n \\\\\\\"html.format.wrapLineLength\\\\\\\": 0,\\\\n \\\\\\\"[php]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"bmewburn.vscode-intelephense-client\\\\\\\"\\\\n },\\\\n \\\\\\\"liveshare.featureSet\\\\\\\": \\\\\\\"insiders\\\\\\\",\\\\n \\\\\\\"[html]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"vscode.html-language-features\\\\\\\"\\\\n },\\\\n \\\\\\\"editor.formatOnSaveTimeout\\\\\\\": 5000,\\\\n \\\\\\\"emmet.excludeLanguages\\\\\\\": [\\\\n \\\\\\\"markdown\\\\\\\",\\\\n ],\\\\n \\\\\\\"editor.fontFamily\\\\\\\": \\\\\\\"Jetbrains Mono, Menlo, Monaco, 'Courier New', monospace\\\\\\\",\\\\n \\\\\\\"editor.fontSize\\\\\\\": 13,\\\\n \\\\\\\"editor.formatOnSave\\\\\\\": true,\\\\n \\\\\\\"blade.format.enable\\\\\\\": true,\\\\n \\\\\\\"files.associations\\\\\\\": {\\\\n \\\\\\\"*.blade.php\\\\\\\": \\\\\\\"html\\\\\\\"\\\\n },\\\\n \\\\\\\"editor.renameOnType\\\\\\\": true,\\\\n \\\\\\\"files.trimTrailingWhitespace\\\\\\\": true,\\\\n \\\\\\\"trailing-spaces.trimOnSave\\\\\\\": true,\\\\n \\\\\\\"settingsSync.ignoredExtensions\\\\\\\": [],\\\\n \\\\\\\"settingsSync.ignoredSettings\\\\\\\": [],\\\\n}\\\"}\"}"} |
This file contains 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
{"ref":"c0574f73-339f-4553-a89e-d8cab4e1cd08","content":"{\"version\":1,\"machineId\":\"869a4664-c377-4ded-941f-3e32a4218e22\",\"content\":\"{\\\"Untitled.code-snippets\\\":\\\"{\\\\n\\\\t// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and \\\\n\\\\t// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope \\\\n\\\\t// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is \\\\n\\\\t// used to trigger the snippet and the body will be expanded and inserted. Possible variables are: \\\\n\\\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. \\\\n\\\\t// Placeholders with the same ids are connected.\\\\n\\\\t// Example:\\\\n\\\\t// \\\\\\\"Print to console\\\\\\\": {\\\\n\\\\t// \\\\t\\\\\\\"scope\\\\\\\": \\\\\\\"javascript,typescript\\\\\\\",\\\\n\\\\t// \\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"log\\\\\\\",\\\\n\\\\t// \\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t// \\\\t\\\\t\\\\\\\"console.log('$1');\\\\\\\",\\\\n\\\\t// \\\\t\\\\t\\\\\\\"$2\\\\\\\"\\\\n\\\\t// \\\\t],\\\\n\\\\t// \\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Log output to console\\\\\\\"\\\\n\\\\t// }\\\\n\\\\t\\\\\\\"Mail Table Container\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"mbody\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"<!-- START -->\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <table summary=\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\" width=\\\\\\\\\\\\\\\"100%\\\\\\\\\\\\\\\" border=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" cellpadding=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" cellspacing=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" align=\\\\\\\\\\\\\\\"center\\\\\\\\\\\\\\\">\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <tbody>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <tr valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <td align=\\\\\\\\\\\\\\\"center\\\\\\\\\\\\\\\">\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <!-- CONTAINER-->\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <table summary=\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\" width=\\\\\\\\\\\\\\\"600\\\\\\\\\\\\\\\" border=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" cellpadding=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" cellspacing=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" align=\\\\\\\\\\\\\\\"center\\\\\\\\\\\\\\\">\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <tbody>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <tr>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <td>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <!-- CONTENT-->\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <table summary=\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\" width=\\\\\\\\\\\\\\\"521\\\\\\\\\\\\\\\" border=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" cellpadding=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" cellspacing=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" align=\\\\\\\\\\\\\\\"center\\\\\\\\\\\\\\\"\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" class=\\\\\\\\\\\\\\\"section1\\\\\\\\\\\\\\\">\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <tbody>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <tr></tr>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </tbody>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </table>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <!-- CONTENT -->\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </td>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </tr>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </tbody>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </table>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <!-- / CONTAINER-->\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </td>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </tr>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </tbody>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </table>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"<!-- END -->\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Mail Table Container\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"Mail Table Section\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"minnersection\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"<tr>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <td>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <table summary=\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\" width=\\\\\\\\\\\\\\\"520\\\\\\\\\\\\\\\" border=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" cellpadding=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" cellspacing=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" align=\\\\\\\\\\\\\\\"center\\\\\\\\\\\\\\\"\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" style=\\\\\\\\\\\\\\\"background: white\\\\\\\\\\\\\\\">\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <tbody></tbody>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </table>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </td>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"</tr>\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Mail Table Section\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"Mail Table Wrap\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"minnerwrap\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"<table summary=\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\" width=\\\\\\\\\\\\\\\"100%\\\\\\\\\\\\\\\" border=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" cellpadding=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" cellspacing=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" align=\\\\\\\\\\\\\\\"center\\\\\\\\\\\\\\\">\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <tbody>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <tr valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <td align=\\\\\\\\\\\\\\\"center\\\\\\\\\\\\\\\">\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <table summary=\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\" width=\\\\\\\\\\\\\\\"600\\\\\\\\\\\\\\\" border=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" cellpadding=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" cellspacing=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\" align=\\\\\\\\\\\\\\\"center\\\\\\\\\\\\\\\">\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" <tbody>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" \\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </tbody>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </table>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </td>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </tr>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" </tbody>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"</table>\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Mail Table Wrap\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"Bootstrap Media Scss\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"bootstrapmq\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"// Large devices (desktops, less than 1200px)\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"@include media-breakpoint-down(lg) {}\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"// (max-width: 1199.98px) and (min-width: 768px)\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"@include media-breakpoint-between(md, lg) {}\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"// Medium devices (tablets, less than 992px)\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"@include media-breakpoint-down(md) {}\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"// Small devices (landscape phones, less than 768px)\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"@include media-breakpoint-down(sm) {}\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"// (min-width: 992px) and (max-width: 1199.98px)\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"@include media-breakpoint-only(lg) {}\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"// (min-width: 768px) and (max-width: 991.98px)\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"@include media-breakpoint-only(md) {}\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"// (min-width: 576px) and (max-width: 767.98px)\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"@include media-breakpoint-only(sm) {}\\\\\\\",\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Bootstrap Media Scss\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"WP Plugin Header\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"pluginheader\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"/**\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" * ${1:example}\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" *\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" * @package ${1:example}\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" * @author Activate Digital\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" * @copyright 2019 Activate Digital\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" *\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" * @wordpress-plugin\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" * Plugin Name: ${1:example}\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" * Description: Description of the plugin.\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" * Version: 1.0.0\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" * Author: Activate Digital\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" * Author URI: https://www.activatedigital.co.uk\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" */\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"$0\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"WP Plugin Header\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"Wordpress Site Url\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"wpurl\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"<?= trailingslashit( get_site_url() ); ?>\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Wordpress Site Url\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"Wordpress: Meta Val\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"metaval\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"<?= get_meta_val(\\\\\\\\\\\\\\\\$meta, '${1:example}'); ?>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"$0\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Get Meta Val\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"Wordpresss: Meta Image\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"metaimage\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"<?php\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\\\\\\\\\\$image = types_render_field('${1:example}', ['url' => true, 'size' => 'full']);\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"lazy_load_img(\\\\\\\\\\\\\\\\$image, ['alt' => '', 'classes' => '']);\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"?>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"$0\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Wordpresss: Meta Image\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"Wordpress: Meta Image\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"cfimg\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"<?= get_img_cf_url('${1:example}', '${1:example}', '${1:example}'); ?>\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Wordpress: Meta Image\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"Wordpresss: Meta Repeatable\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"metagroup\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"<?php\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" \\\\\\\\\\\\\\\\$vars = toolset_get_related_posts(\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" get_the_ID(),\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" '${1:example}',\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" 'parent',\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" 999,\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" 0,\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" ['meta_key' => 'toolset-post-sortorder'],\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" 'post_object',\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" 'child',\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" 'meta_value_num',\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" 'ASC'\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" );\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" if(\\\\\\\\\\\\\\\\$vars) :\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" \\\\\\\\\\\\\\\\$i = 0;\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" foreach(\\\\\\\\\\\\\\\\$vars as \\\\\\\\\\\\\\\\$var) :\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" \\\\\\\\\\\\\\\\$_meta = get_post_meta(\\\\\\\\\\\\\\\\$var->ID);\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" // Content...\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" \\\\\\\\\\\\\\\\$i++;\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" endforeach;\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" endif;\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"?>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"$0\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Wordpresss: Meta Repeatable\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"Wordpresss: CPT Loop\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"loopcpt\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"<?php\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\\\\\\\\\\$posts = get_posts([\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" 'posts_per_page' => -1,\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" 'post_type' => '${1:example}'\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"]);\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"if ( \\\\\\\\\\\\\\\\$posts ) :\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"foreach ( \\\\\\\\\\\\\\\\$posts as \\\\\\\\\\\\\\\\$post ) :\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"setup_postdata( \\\\\\\\\\\\\\\\$post ); ?>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"<!-- Content -->\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"<?php\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"endforeach;\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"wp_reset_postdata();\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"endif;\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"?>\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"$0\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Wordpresss: CPT Loop\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"Wordpress: Meta Multiline\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"metamulti\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"<?php\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" \\\\\\\\\\\\\\\\$lines = explode(PHP_EOL, get_meta_val(\\\\\\\\\\\\\\\\$meta, '${1:example}'));\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" foreach(\\\\\\\\\\\\\\\\$lines as \\\\\\\\\\\\\\\\$line) {\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" echo sprintf('<li>%s</li>' . PHP_EOL, \\\\\\\\\\\\\\\\$line);\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" }\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"?>\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Wordpress: Meta Multiline\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"JS Module\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"jsmod\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"var ACTDIG = ACTDIG || (ACTDIG = {});\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"ACTDIG.${1:example} = (function ($, window, document) {\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" return {\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" init: function () {\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" }\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\" };\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"})(window.jQuery, window, document);\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"JS Module\\\\\\\"\\\\n\\\\t}\\\\n}\\\",\\\"php.json\\\":\\\"{\\\\n\\\\t// Place your snippets for php here. Each snippet is defined under a snippet name and has a prefix, body and \\\\n\\\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\\\n\\\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\\\n\\\\t// same ids are connected.\\\\n\\\\t// Example:\\\\n\\\\t// \\\\\\\"Print to console\\\\\\\": {\\\\n\\\\t// \\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"log\\\\\\\",\\\\n\\\\t// \\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t// \\\\t\\\\t\\\\\\\"console.log('$1');\\\\\\\",\\\\n\\\\t// \\\\t\\\\t\\\\\\\"$2\\\\\\\"\\\\n\\\\t// \\\\t],\\\\n\\\\t// \\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Log output to console\\\\\\\"\\\\n\\\\t// }\\\\n}\\\"}\"}"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment