Skip to content

Instantly share code, notes, and snippets.

@astranavt
Last active May 11, 2018 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astranavt/ab65c67bbe025221e76e6f2a6b5bdc14 to your computer and use it in GitHub Desktop.
Save astranavt/ab65c67bbe025221e76e6f2a6b5bdc14 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-05-11T16:55:52.894Z","extensionVersion":"v2.9.2"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.9.2"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherDisplayName": "donjayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.4.1"
},
{
"metadata": {
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "npm-intellisense",
"publisher": "christian-kohler",
"version": "1.3.0"
},
{
"metadata": {
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "humao.rest-client",
"publisherDisplayName": "humao"
},
"name": "rest-client",
"publisher": "humao",
"version": "0.18.4"
},
{
"metadata": {
"id": "e52bce95-a629-455f-8626-e7301b9e372a",
"publisherId": "robinbentley.sass-indented",
"publisherDisplayName": "robinbentley"
},
"name": "sass-indented",
"publisher": "robinbentley",
"version": "1.4.9"
},
{
"metadata": {
"id": "f8b5562e-a2d9-49ab-9f91-e7da91998a92",
"publisherId": "shinnn.stylelint",
"publisherDisplayName": "shinnn"
},
"name": "stylelint",
"publisher": "shinnn",
"version": "0.36.0"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "PeterJausovec.vscode-docker",
"publisherDisplayName": "PeterJausovec"
},
"name": "vscode-docker",
"publisher": "PeterJausovec",
"version": "0.0.26"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "robertohuertasm.vscode-icons",
"publisherDisplayName": "robertohuertasm"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.23.0"
},
{
"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.23.0"
},
{
"metadata": {
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherDisplayName": "eg2"
},
"name": "vscode-npm-script",
"publisher": "eg2",
"version": "0.3.4"
}
]
// Поместите параметры в этот файл, чтобы перезаписать параметры по умолчанию.
{
"editor.fontSize": 16,
"editor.fontWeight": "500",
"editor.fontFamily": "'Source Code Pro', 'Source Code Pro Light'",
"editor.insertSpaces": false,
"editor.mouseWheelZoom": true,
"editor.fontLigatures": true,
"editor.renderIndentGuides": true,
// Число пробелов в табуляции. Эта настройка переопределяется на основании содержимого файла, когда включен параметр "editor.detectIndentation".
"editor.tabSize": 2,
// Разрешить отправку сведений об использовании и ошибках в корпорацию Майкрософт.
"telemetry.enableTelemetry": false,
// Разрешить отправку отчетов о сбоях в корпорацию Майкрософт.
// Чтобы этот параметр вступил в силу, требуется перезагрузка.
"telemetry.enableCrashReporter": false,
// Определяет, будут ли включены лигатуры шрифтов для терминала.
"terminal.integrated.fontLigatures": true,
// Разрешить отправку сведений об использовании и ошибках в корпорацию Майкрософт.
"telemetry.enableTelemetry": false,
// Разрешить отправку отчетов о сбоях в корпорацию Майкрософт.
// Чтобы этот параметр вступил в силу, требуется перезагрузка.
"telemetry.enableCrashReporter": false,
"terminal.external.linuxExec": "terminal",
"terminal.integrated.fontLigatures": true,
"editor.detectIndentation": false,
"workbench.iconTheme": "vscode-icons",
"files.autoSave": "off",
"window.zoomLevel": 0,
"editor.minimap.enabled": true,
"editor.dragAndDrop": true,
"git.enableSmartCommit": true,
"dart.debugSdkLibraries": true,
"dart.debugExternalLibraries": true,
"workbench.startupEditor": "newUntitledFile",
"git.autofetch": true,
"sync.gist": "ab65c67bbe025221e76e6f2a6b5bdc14",
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastUpload": "",
"sync.lastDownload": "",
"sync.forceDownload": false,
}
{"version":"7.23.0","status":0,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment