Skip to content

Instantly share code, notes, and snippets.

@altulin
Last active May 25, 2021 23:05
Show Gist options
  • Save altulin/028e6d1119b21a3545355684e3c0b79d to your computer and use it in GitHub Desktop.
Save altulin/028e6d1119b21a3545355684e3c0b79d to your computer and use it in GitHub Desktop.
sicial
{"lastUpload":"2021-05-25T23:05:30.017Z","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": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "4cddf035-c6d4-49a5-961e-dbc89ebd1e58",
"publisherId": "diz.ecsstractor-port",
"publisherDisplayName": "diz"
},
"name": "ecsstractor-port",
"publisher": "diz",
"version": "0.0.3"
},
{
"metadata": {
"id": "e58f546c-babc-455f-a265-ba40dbd140d4",
"publisherId": "sdras.night-owl",
"publisherDisplayName": "sdras"
},
"name": "night-owl",
"publisher": "sdras",
"version": "2.0.0"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherDisplayName": "alefragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "12.1.0"
},
{
"metadata": {
"id": "bfde0096-d13f-4161-9bed-32a535438701",
"publisherId": "hex-ci.stylelint-plus",
"publisherDisplayName": "hex-ci"
},
"name": "stylelint-plus",
"publisher": "hex-ci",
"version": "0.53.4"
},
{
"metadata": {
"id": "392df454-688b-4d61-8dba-a12956ac6448",
"publisherId": "MS-CEINTL.vscode-language-pack-ru",
"publisherDisplayName": "MS-CEINTL"
},
"name": "vscode-language-pack-ru",
"publisher": "MS-CEINTL",
"version": "1.56.2"
},
{
"metadata": {
"id": "3ac1d727-45b0-45cb-b26c-8b3296bc165b",
"publisherId": "mrmlnc.vscode-pugbeautify",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-pugbeautify",
"publisher": "mrmlnc",
"version": "1.0.2"
},
{
"metadata": {
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-scss",
"publisher": "mrmlnc",
"version": "0.10.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.2.0"
}
]
// Поместите настраиваемые сочетания клавиш в этот файл, чтобы переопределить сочетания клавиш по умолчанию.auto[]
[
{
"key": "ctrl+shift+c",
"command": "pugbeautify.execute"
}
]
{
"editor.tabSize": 2,
"editor.accessibilityPageSize": 18,
"workbench.colorTheme": "Night Owl (No Italics)",
"editor.fontSize": 18,
"workbench.sideBar.location": "left",
"workbench.activityBar.visible": true,
"window.menuBarVisibility": "classic",
"workbench.statusBar.visible": true,
"files.autoSave": "onFocusChange",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"editor.wordWrap": "on",
"sftp.downloadWhenOpenInRemoteExplorer": true,
"explorer.confirmDragAndDrop": false,
"editor.formatOnSave": true,
"explorer.confirmDelete": false,
"ecsstractor_port.bem_nesting": true,
"ecsstractor_port.indentation": " ",
"git.ignoreMissingGitWarning": true,
"sync.gist": "028e6d1119b21a3545355684e3c0b79d",
// "editor.hover.enabled": false
"emmet.includeLanguages": {
"html": "pug"
},
"window.zoomLevel": 1,
"css.lint.emptyRules": "ignore",
"css.lint.argumentsInColorFunction": "ignore",
"css.hover.references": false,
"ecsstractor_port.modifier_separator": "--",
"ecsstractor_port.add_comment": false,
"ecsstractor_port.attributes": "className"
}
{
// 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"
// }
}
{
// Place your snippets for jade 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"
// }
"font-size class": {
"prefix": "si",
"body": [
"size-",
],
"description": "font-size class"
}
}
{
// Place your snippets for sass 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"
// },
"hover": {
"prefix": "+h",
"body": [
"+hover()",
" $1"
],
"description": "ховер 0.5"
},
"tablet": {
"prefix": "+",
"body": [
"+mw(\\$tb)",
" $1"
],
"description": "планшет"
},
"phone": {
"prefix": "+",
"body": [
"+mw(\\$ph)",
" $1"
],
"description": "мобилка"
},
"centered()": {
"prefix": "+c",
"body": [
"+centered()"
],
"description": "центруем по x и y"
},
"centered(x)": {
"prefix": "+c",
"body": [
"+centered(x)"
],
"description": "центруем по x"
},
"centered(y)": {
"prefix": "+c",
"body": [
"+centered(y)"
],
"description": "центруем по y"
},
"visually-hidden": {
"prefix": "+v",
"body": [
"+vh()",
"$1"
],
"description": "прячем"
}
}
{
// 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"
// }
"Print to console": {
"prefix": "@",
"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