Skip to content

Instantly share code, notes, and snippets.

@supahfunk
Last active February 10, 2020 09:31
Show Gist options
  • Save supahfunk/92fb52f264cf3fc91f08c9d328d9dde0 to your computer and use it in GitHub Desktop.
Save supahfunk/92fb52f264cf3fc91f08c9d328d9dde0 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-02-10T09:31:00.287Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.61"
},
{
"metadata": {
"id": "2b5eea6b-b1f0-4796-83bd-6adb2448ac19",
"publisherId": "maximus136.change-string-case",
"publisherDisplayName": "maximus136"
},
"name": "change-string-case",
"publisher": "maximus136",
"version": "1.1.2"
},
{
"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": "391319ff-5ddc-483e-b164-8f8847b72172",
"publisherId": "paulmolluzzo.convert-css-in-js",
"publisherDisplayName": "paulmolluzzo"
},
"name": "convert-css-in-js",
"publisher": "paulmolluzzo",
"version": "1.1.3"
},
{
"metadata": {
"id": "1f2293c1-23d1-46f9-a537-d4a5e477f8c9",
"publisherId": "GreatMinds.gitflow4code",
"publisherDisplayName": "GreatMinds"
},
"name": "gitflow4code",
"publisher": "GreatMinds",
"version": "1.2.3"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "10.2.0"
},
{
"metadata": {
"id": "94b23041-be8e-48e5-9d89-83023985eb74",
"publisherId": "circledev.glsl-canvas",
"publisherDisplayName": "circledev"
},
"name": "glsl-canvas",
"publisher": "circledev",
"version": "0.2.8"
},
{
"metadata": {
"id": "3fe4660f-1dcb-47d4-8f7e-1a22a16b2d5e",
"publisherId": "albymor.increment-selection",
"publisherDisplayName": "albymor"
},
"name": "increment-selection",
"publisher": "albymor",
"version": "0.2.0"
},
{
"metadata": {
"id": "4bf45e86-a448-4531-8c01-ef33f4536306",
"publisherId": "ms-mssql.mssql",
"publisherDisplayName": "ms-mssql"
},
"name": "mssql",
"publisher": "ms-mssql",
"version": "1.8.0"
},
{
"metadata": {
"id": "e58f546c-babc-455f-a265-ba40dbd140d4",
"publisherId": "sdras.night-owl",
"publisherDisplayName": "sdras"
},
"name": "night-owl",
"publisher": "sdras",
"version": "1.1.3"
},
{
"metadata": {
"id": "c1af7319-9253-4a0f-a3f8-0c6a0d251b96",
"publisherId": "Sophisticode.php-formatter",
"publisherDisplayName": "Sophisticode"
},
"name": "php-formatter",
"publisher": "Sophisticode",
"version": "0.2.4"
},
{
"metadata": {
"id": "3a63675f-7987-4cff-a411-d4a9568f560c",
"publisherId": "slevesque.shader",
"publisherDisplayName": "slevesque"
},
"name": "shader",
"publisher": "slevesque",
"version": "1.1.4"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.0.15"
},
{
"metadata": {
"id": "8130e01f-ac60-4803-ab86-f05469dd7b4d",
"publisherId": "kokororin.vscode-phpfmt",
"publisherDisplayName": "kokororin"
},
"name": "vscode-phpfmt",
"publisher": "kokororin",
"version": "1.0.30"
},
{
"metadata": {
"id": "01708053-6fab-403f-9787-9d5f3d8f7d6a",
"publisherId": "sibiraj-s.vscode-scss-formatter",
"publisherDisplayName": "sibiraj-s"
},
"name": "vscode-scss-formatter",
"publisher": "sibiraj-s",
"version": "1.4.3"
}
]
// Inserire i tasti di scelta rapida in questo file per sovrascrivere i valori predefiniti
[
{
"key": "ctrl+shift+u",
"command": "editor.action.transformToUppercase"
},
{
"key": "ctrl+u",
"command": "editor.action.transformToLowercase"
}
]
{
"eslint.autoFixOnSave": true,
"eslint.workingDirectories": [
// "./frontend",
{ "directory": "./frontend", "changeProcessCWD": true }
],
"editor.scrollBeyondLastLine": false,
"breadcrumbs.enabled": true,
"git.autofetch": true,
"window.zoomLevel": 0,
"javascript.updateImportsOnFileMove.enabled": "never",
"[php]": {
"editor.defaultFormatter": "kokororin.vscode-phpfmt"
},
"editor.wordWrap": "on",
"editor.tabSize": 2,
"editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?",
"editor.minimap.enabled": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.exclude": {
"**/php": true
},
"diffEditor.ignoreTrimWhitespace": false,
"sync.gist": "92fb52f264cf3fc91f08c9d328d9dde0",
"sync.autoUpload": true,
}
{
// 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"
// }
"Custom Comment": {
"prefix": "com",
"body": [
"/*------------------------------",
"$0",
"------------------------------*/"
],
"description": "Custom Comment"
}
}
{
// 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"
// }
"Console log": {
"prefix": "func",
"body": [
"/*------------------------------",
"$1",
"------------------------------*/",
"$2() {",
"\t$3",
"}"
],
"description": "Console log"
}
}
{
// 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"
// }
"Func": {
"prefix": "f2",
"body": [
"/*------------------------------",
"$1",
"------------------------------*/",
"const $2 = () => {",
"\t$3",
"}"
],
"description": "Function"
}
}
{
// 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"
// }
"Console log": {
"prefix": "clog",
"body": [
"window.console.log('$1 ---->', $2)",
],
"description": "Console log"
}
}
{
// 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"
// }
"Console log": {
"prefix": "media",
"body": [
"/*------------------------------",
"$1",
"------------------------------*/",
"output[theme.mediaInverse.$2] = {",
"\troot: {",
"\t\t$3",
"\t}",
"}"
],
"description": "Console log"
}
}
{
// 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"
// }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment