Skip to content

Instantly share code, notes, and snippets.

@yevhenii-horbenko
Last active March 15, 2017 14:53
Show Gist options
  • Save yevhenii-horbenko/66839d7eb482285728ccdb463febb2e0 to your computer and use it in GitHub Desktop.
Save yevhenii-horbenko/66839d7eb482285728ccdb463febb2e0 to your computer and use it in GitHub Desktop.
Visual Studio Code Sync Settings Gist
{"lastUpload":"2017-03-15T14:43:06.088Z","extensionVersion":"v2.5.1"}
[
{
"metadata": {
"id": "32339d9d-6481-4dd4-a7a3-4a6009c12cf4",
"publisherId": "3ed95cda-db4a-4ae7-bac1-909b9bacf088",
"publisherDisplayName": "JerryHong"
},
"name": "autofilename",
"publisher": "JerryHong",
"version": "0.1.3"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.5.1"
},
{
"metadata": {
"id": "9d4df0af-1098-4de3-bb2b-daf98fd735e7",
"publisherId": "1d4d720f-e07c-4a53-bbdf-5ad7f499673a",
"publisherDisplayName": "sporiley"
},
"name": "css-auto-prefix",
"publisher": "sporiley",
"version": "0.1.4"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "ecde0778-6fe5-4f72-93a7-196989f19e58",
"publisherDisplayName": "Microsoft"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "2.6.0"
},
{
"metadata": {
"id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "jquerysnippets",
"publisher": "donjayamanne",
"version": "0.0.1"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "8ae75bda-ec22-4a17-9340-abf1a20beca9",
"publisherDisplayName": "zhuangtongfa"
},
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.2.5"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "3fbdef65-bdf5-4723-aeaf-9e12a50546ef",
"publisherDisplayName": "Alessandro Fragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "0.13.4"
},
{
"metadata": {
"id": "9001c3f8-94bf-484d-92fc-07f2fd03ff5e",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "Theme-MarkdownKit",
"publisher": "ms-vscode",
"version": "0.1.1"
},
{
"metadata": {
"id": "d0bb90fc-a605-465f-a90d-d51c16d7b7b9",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "Theme-TomorrowKit",
"publisher": "ms-vscode",
"version": "0.1.3"
},
{
"metadata": {
"id": "7f60a80e-1ca5-46ab-83a9-31013576f584",
"publisherId": "c2da1904-0712-47f1-b33e-df0e0fdab5f0",
"publisherDisplayName": "Jake Wilson"
},
"name": "vscode-cdnjs",
"publisher": "JakeWilson",
"version": "0.14.3"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "29859a75-d81b-4f0e-8578-2c80ecee6f99",
"publisherDisplayName": "Dirk Baeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.2.7"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "3d894ec1-7c48-4c7d-9d12-9738c4d94db3",
"publisherDisplayName": "Roberto Huertas"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.3.0"
},
{
"metadata": {
"id": "6766254a-8e43-4ebc-9b89-e5be39cb5318",
"publisherId": "9e43bb4e-4318-4e59-b5c2-df1109a963dd",
"publisherDisplayName": "Wallaby.js"
},
"name": "wallaby-vscode",
"publisher": "WallabyJs",
"version": "1.0.46"
}
]
// Поместите параметры в этот файл, чтобы перезаписать параметры по умолчанию.
{
"sync.gist": "",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.version": 251,
"sync.showSummary": true,
"sync.forceDownload": false,
"sync.workspaceSync": false,
"sync.anonymousGist": false,
"window.zoomLevel": -1,
"editor.wordWrap": true,
"workbench.colorTheme": "Tomorrow"
}
{
// Place your snippets for JavaScript 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": "clog",
"body": [
"console.log('$1');"
],
"description": "Log output to console"
},
"For Loop": {
"prefix": "sfor",
"body": [
"for (var ${1:index} = 0; ${1:index} < ${2:array}.length; ${1:index}++) {",
"\tvar ${3:element} = ${2:array}[${1:index}];",
"\t$0",
"}"
],
"description": "For Loop"
},
"Console Group": {
"prefix": "sglog",
"body": [
"console.group('$1');",
" $2",
"console.groupEnd()",
"$3"
],
"description": "Console.group"
},
"AJAX request" : {
"prefix": "_ajax",
"body": [
"$$.ajax({",
"\turl: '$1',",
"\tmethod: 'POST',",
"\tcrossDomain: true,",
"\tdata: $2,",
"\tprocessData: false,",
"\terror: function () {",
"\t\tmyApp.alert('Cannot connect to server!', 'Connection problem');",
"\t}, success: function (response) {",
"\t\t// Your code",
"\t\t$3",
"\t}",
"});"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment