Skip to content

Instantly share code, notes, and snippets.

@matiasvad
Last active August 23, 2018 07:10
Show Gist options
  • Save matiasvad/d28d4fbcf2fb9b5ef12c4f6c7137e43e to your computer and use it in GitHub Desktop.
Save matiasvad/d28d4fbcf2fb9b5ef12c4f6c7137e43e to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-08-23T07:10:14.086Z","extensionVersion":"v3.0.0"}
[
{
"metadata": {
"id": "464f4ac7-af65-4aa9-9907-4ba7fa419085",
"publisherId": "bungcip.better-toml",
"publisherDisplayName": "bungcip"
},
"name": "better-toml",
"publisher": "bungcip",
"version": "0.3.2"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.0.0"
},
{
"metadata": {
"id": "1b625615-bded-4797-9806-079abcacfcc1",
"publisherId": "letrieu.expand-region",
"publisherDisplayName": "letrieu"
},
"name": "expand-region",
"publisher": "letrieu",
"version": "0.1.2"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "ms-vscode.Go",
"publisherDisplayName": "ms-vscode"
},
"name": "Go",
"publisher": "ms-vscode",
"version": "0.6.88"
},
{
"metadata": {
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherDisplayName": "dbaeumer"
},
"name": "jshint",
"publisher": "dbaeumer",
"version": "0.10.19"
},
{
"metadata": {
"id": "258ae097-be50-4084-a73a-c8b1a36a8970",
"publisherId": "rebornix.nova",
"publisherDisplayName": "rebornix"
},
"name": "nova",
"publisher": "rebornix",
"version": "0.2.2"
},
{
"metadata": {
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "1.4.2"
},
{
"metadata": {
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherDisplayName": "felixfbecker"
},
"name": "php-debug",
"publisher": "felixfbecker",
"version": "1.12.4"
},
{
"metadata": {
"id": "c1af7319-9253-4a0f-a3f8-0c6a0d251b96",
"publisherId": "Sophisticode.php-formatter",
"publisherDisplayName": "Sophisticode"
},
"name": "php-formatter",
"publisher": "Sophisticode",
"version": "0.2.4"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "1.6.1"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherDisplayName": "alefragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "8.0.0"
},
{
"metadata": {
"id": "bff1f003-d9ad-42d3-a55d-2e3aa9612f9e",
"publisherId": "qub.qub-xml-vscode",
"publisherDisplayName": "qub"
},
"name": "qub-xml-vscode",
"publisher": "qub",
"version": "1.2.8"
},
{
"metadata": {
"id": "fb374ce1-5343-46c8-a425-900fdad15523",
"publisherId": "wesbos.theme-cobalt2",
"publisherDisplayName": "wesbos"
},
"name": "theme-cobalt2",
"publisher": "wesbos",
"version": "2.1.6"
},
{
"metadata": {
"id": "3324c5be-43aa-4c39-a0f8-d94c2978804f",
"publisherId": "whatwedo.twig",
"publisherDisplayName": "whatwedo"
},
"name": "twig",
"publisher": "whatwedo",
"version": "1.0.2"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.5.0"
},
{
"metadata": {
"id": "2be51393-4e56-4117-a5e5-fdcd6db0c4af",
"publisherId": "bajdzis.vscode-twig-pack",
"publisherDisplayName": "bajdzis"
},
"name": "vscode-twig-pack",
"publisher": "bajdzis",
"version": "1.0.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "alt+space",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+shift+[Equal]",
"command": "-workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+cmd+p",
"command": "projectManager.listProjects"
},
{
"key": "alt+cmd+p",
"command": "-projectManager.listProjects"
},
{
"key": "shift+cmd+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+down",
"command": "-editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "cmd+k right",
"command": "workbench.action.splitEditor"
},
{
"key": "ctrl+shift+alt+cmd+7",
"command": "-workbench.action.splitEditor"
}
]
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 15,
"editor.lineHeight": 25,
"emmet.triggerExpansionOnTab": true,
"php.validate.run": "onType",
"php.suggest.basic": false,
"emmet.preferences": {
"css.propertyEnd": ";",
"css.syntaxes": "css, sass, scss"
},
"sync.gist": "d28d4fbcf2fb9b5ef12c4f6c7137e43e",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-05-11T10:22:33.122Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"terminal.integrated.shell.osx": "/bin/zsh",
"editor.wrappingIndent": "indent",
"window.zoomLevel": -1,
"diffEditor.ignoreTrimWhitespace": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"terminal.integrated.rendererType": "dom",
"workbench.colorTheme": "Nova"
}
{
/*
// Place your snippets for HTML 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"
}
*/
"WPQuery": {
"prefix": "wpq",
"body": [
"<?php",
"$$args = array(",
"\t$1",
");",
"$$the_query = new WP_Query( $$args ); ?>",
"<?php if ( $$the_query->have_posts() ) : ?>",
"\t",
"\t<?php while ( $$the_query->have_posts() ) : $$the_query->the_post(); ?>",
"\t"
"\t\t<h2><?php the_title(); ?></h2>",
"\t"
"\t<?php endwhile; ?>",
"\t"
"\t<?php wp_reset_postdata(); ?>",
"\t"
"<?php endif; ?>"
],
"description": "Make WP Query"
}
}
{
/*
// 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"
}
*/
}
{
/*
// Place your snippets for SCSS 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"
}
*/
"insert_breakpoint": {
"prefix": "ibp",
"body": [
"@include bp(${1:md}) {",
"\t$2",
"}"
],
"description" : "Insert a breakpoint"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment