Skip to content

Instantly share code, notes, and snippets.

@kell18
Last active January 24, 2017 20:33
Show Gist options
  • Save kell18/1b4b78c432c251b053eaa26f6ee53483 to your computer and use it in GitHub Desktop.
Save kell18/1b4b78c432c251b053eaa26f6ee53483 to your computer and use it in GitHub Desktop.
Visual Studio Code Sync Settings GIST
{"lastUpload":"2017-01-24T20:33:35.604Z"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.4.2"
},
{
"metadata": {
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "67600ca7-88fb-4104-9f7e-dd51c00facf2",
"publisherDisplayName": "Street Side Software"
},
"name": "code-spell-checker",
"publisher": "streetsidesoftware",
"version": "0.15.1"
},
{
"metadata": {
"id": "34e27654-43b1-4a43-bfd5-e81a7a6c2ffa",
"publisherId": "6988a0fe-3274-489b-a43f-50675e93b44f",
"publisherDisplayName": "bibhasdn"
},
"name": "django-html",
"publisher": "bibhasdn",
"version": "1.2.0"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.1.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.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "python",
"publisher": "donjayamanne",
"version": "0.5.6"
},
{
"metadata": {
"id": "7a6e8b60-4552-4afd-a31f-7f6cc59f14a4",
"publisherId": "56c04c76-57bd-4e15-a793-c9a7448650ca",
"publisherDisplayName": "Dalton Jorge"
},
"name": "scala",
"publisher": "daltonjorge",
"version": "0.0.4"
},
{
"metadata": {
"id": "85ef49f9-9165-408b-988e-2d293965d33a",
"publisherId": "9667bc1a-f0d6-4756-b762-ecea1ebff39a",
"publisherDisplayName": "Iliya Tryapitsin"
},
"name": "ScalaSnippets",
"publisher": "itryapitsin",
"version": "0.1.7"
},
{
"metadata": {
"id": "12fc8d63-f74f-44df-bd1b-a09d6f307f33",
"publisherId": "a0ec41cb-a226-4a46-9c18-0ea1dadd0529",
"publisherDisplayName": "saviorisdead"
},
"name": "Theme-GitHubCleanWhite",
"publisher": "saviorisdead",
"version": "0.0.3"
},
{
"metadata": {
"id": "f092a211-cdbf-431d-a3d6-34a3f7264573",
"publisherId": "a3b9c4b5-9f62-4ab3-a3e2-bc424d31d067",
"publisherDisplayName": "Sandeep Somavarapu"
},
"name": "todotasks",
"publisher": "sandy081",
"version": "0.4.0"
},
{
"metadata": {
"id": "0c39b1dc-26df-4737-bb73-a98913b3ddad",
"publisherId": "704ac395-3cd6-43d3-976b-37b4fba43e2d",
"publisherDisplayName": "Jordan Lowe"
},
"name": "vscode-icon-theme",
"publisher": "jtlowe",
"version": "1.3.0"
}
]
// Поместите настраиваемые сочетания клавиш в этот файл, чтобы перезаписать клавиши по умолчанию.
[
{
"key": "alt+right",
"command": "workbench.action.nextEditor"
},
{
"key": "alt+left",
"command": "workbench.action.previousEditor"
},
{ "key": "ctrl+d OR shift+alt+down", "command": "editor.action.copyLinesDownAction" },
{ "key": "ctrl+2", "command": "workbench.action.focusFirstEditorGroup" },
{ "key": "ctrl+3", "command": "workbench.action.focusSecondEditorGroup" },
{ "key": "ctrl+1", "command": "workbench.action.focusSideBar" },
{
"key": "ctrl+shift+i",
"command": "editor.action.toggleRenderWhitespace"
},
{ "key": "ctrl+alt+c", "command": "toggleFindCaseSensitive",
"when": "editorFocus" },
{ "key": "ctrl+alt+c", "command": "toggleSearchCaseSensitive",
"when": "searchInputBoxFocus && searchViewletVisible" },
{ "key": "ctrl+alt+a", "command": "python.linting.pylintEnabled=true",
"when": "editorTextFocus" },
// cSpell ext
{ "key": "alt+s", "command": "cSpell.enableForWorkspace",
"when": "editorTextFocus" },
{ "key": "shift+alt+s", "command": "cSpell.disableForWorkspace",
"when": "editorTextFocus" },
// ToDo ext
{ "key": "alt+c", "command": "task.new",
"when": "editorTextFocus" },
{ "key": "alt+r", "command": "task.cancel",
"when": "editorTextFocus" },
{ "key": "ctrl+enter", "command": "editor.action.insertLineAfter",
"when": "editorTextFocus && !editorReadonly" }
]
[
{
"name": "metaord",
"rootPath": "c:\\Users\\Albert\\Code\\Python\\Django\\metaord",
"paths": [],
"group": ""
},
{
"name": "sandbox-django",
"rootPath": "c:\\Users\\Albert\\Code\\Python\\Django\\sandbox",
"paths": [],
"group": ""
},
{
"name": "ABD",
"rootPath": "c:\\Users\\Albert\\Code\\Python\\ABD",
"paths": [],
"group": ""
},
{
"name": "fix_client",
"rootPath": "c:\\Users\\Albert\\Code\\Python\\ABD\\fix_client",
"paths": [],
"group": ""
},
{
"name": "CS",
"rootPath": "c:\\Users\\Albert\\Documents\\CS",
"paths": [],
"group": ""
}
]
// Поместите параметры в этот файл, чтобы перезаписать параметры по умолчанию.
{
// Controls how the editor should render whitespace characters,
// posibilties are 'none', 'boundary', and 'all'.
// The 'boundary' option does not render single spaces between words.
"editor.renderWhitespace": "none",
"files.trimTrailingWhitespace": true,
"explorer.autoReveal": false,
"window.zoomLevel": 0,
"editor.wrappingColumn": 0,
// Py
"python.linting.lintOnSave": true,
"python.linting.lintOnTextChange": true,
"python.linting.pylintEnabled": true,
"cSpell.userWords": [
"overfitting",
"dataset",
"Correlational",
"danceability",
"voiceness"
]
// "editor.wrappingColumn": 0
// Severity of Pylint message type 'Convention/C'.
// "python.linting.pylintCategorySeverity.convention": "Information",
// // Severity of Pylint message type 'Refactor/R'.
// "python.linting.pylintCategorySeverity.refactor": "Information",
// // Severity of Pylint message type 'Warning/W'.
// "python.linting.pylintCategorySeverity.warning": "Information",
// // Severity of Pylint message type 'Error/E'.
// "python.linting.pylintCategorySeverity.error": "Information",
// // Severity of Pylint message type 'Fatal/F'.
// "python.linting.pylintCategorySeverity.fatal": "Error"
,
"sync.gist": "1b4b78c432c251b053eaa26f6ee53483",
"sync.lastUpload": "1970-01-01T00:00:00.000Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "1970-01-01T00:00:00.000Z",
"sync.version": 242,
"sync.showSummary": true,
"sync.forceDownload": false,
"sync.workspaceSync": false,
"sync.anonymousGist": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment