Created
January 18, 2020 15:22
-
-
Save goyal-aman/823cc6bd3dbcefeef7c7a64227b720eb to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-01-18T15:22:51.439Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"metadata": { | |
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3", | |
"publisherId": "formulahendry.code-runner", | |
"publisherDisplayName": "formulahendry" | |
}, | |
"name": "code-runner", | |
"publisher": "formulahendry", | |
"version": "0.9.15" | |
}, | |
{ | |
"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": "7b71fc1b-190d-4f7d-95d1-93e422649b0a", | |
"publisherId": "Zignd.html-css-class-completion", | |
"publisherDisplayName": "Zignd" | |
}, | |
"name": "html-css-class-completion", | |
"publisher": "Zignd", | |
"version": "1.19.0" | |
}, | |
{ | |
"metadata": { | |
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de", | |
"publisherId": "ritwickdey.LiveServer", | |
"publisherDisplayName": "ritwickdey" | |
}, | |
"name": "LiveServer", | |
"publisher": "ritwickdey", | |
"version": "5.6.1" | |
}, | |
{ | |
"metadata": { | |
"id": "5db78037-f674-459f-a236-db622c427c5b", | |
"publisherId": "PKief.material-icon-theme", | |
"publisherDisplayName": "PKief" | |
}, | |
"name": "material-icon-theme", | |
"publisher": "PKief", | |
"version": "3.9.2" | |
}, | |
{ | |
"metadata": { | |
"id": "d4e2a48f-0b88-4540-92c5-a4ab4dd2c813", | |
"publisherId": "liviuschera.noctis", | |
"publisherDisplayName": "liviuschera" | |
}, | |
"name": "noctis", | |
"publisher": "liviuschera", | |
"version": "10.25.0" | |
}, | |
{ | |
"metadata": { | |
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347", | |
"publisherId": "alefragnani.project-manager", | |
"publisherDisplayName": "alefragnani" | |
}, | |
"name": "project-manager", | |
"publisher": "alefragnani", | |
"version": "10.9.1" | |
}, | |
{ | |
"metadata": { | |
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5", | |
"publisherId": "ms-python.python", | |
"publisherDisplayName": "ms-python" | |
}, | |
"name": "python", | |
"publisher": "ms-python", | |
"version": "2020.1.58038" | |
}, | |
{ | |
"metadata": { | |
"id": "0ee62599-a1cb-4f12-9c76-d838c8575a14", | |
"publisherId": "Mukundan.python-docs", | |
"publisherDisplayName": "Mukundan" | |
}, | |
"name": "python-docs", | |
"publisher": "Mukundan", | |
"version": "0.8.3" | |
}, | |
{ | |
"metadata": { | |
"id": "70e24b61-872b-47e6-b2a6-e5fc2cf3f4e9", | |
"publisherId": "dongli.python-preview", | |
"publisherDisplayName": "dongli" | |
}, | |
"name": "python-preview", | |
"publisher": "dongli", | |
"version": "0.0.4" | |
}, | |
{ | |
"metadata": { | |
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a", | |
"publisherId": "johnpapa.vscode-peacock", | |
"publisherDisplayName": "johnpapa" | |
}, | |
"name": "vscode-peacock", | |
"publisher": "johnpapa", | |
"version": "3.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "eaee103c-e866-4b73-87f8-3749cab64da2", | |
"publisherId": "alexcvzz.vscode-sqlite", | |
"publisherDisplayName": "alexcvzz" | |
}, | |
"name": "vscode-sqlite", | |
"publisher": "alexcvzz", | |
"version": "0.8.1" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to override the defaultsauto[] | |
[ | |
{ | |
"key": "ctrl+f10", | |
"command": "code-runner.run" | |
}, | |
{ | |
"key": "ctrl+alt+n", | |
"command": "-code-runner.run" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Empty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"python.linting.pylintEnabled": true, | |
"python.linting.enabled": true, | |
"python.linting.pylintArgs": ["--load-plugins=pylint_django", "--errors-only"], | |
"window.zoomLevel": 0, | |
"python.pythonPath": "C:\\Users\\asus\\OneDrive\\Programing\\Projects\\Django\\Custom User Model\\venv\\Scripts\\python.exe", | |
"python.formatting.provider": "black", | |
"python.globalModuleInstallation": true, | |
"python.analysis.diagnosticPublishDelay": 100, | |
"code-runner.clearPreviousOutput": true, | |
"code-runner.runInTerminal": true, | |
"code-runner.saveAllFilesBeforeRun": true, | |
"code-runner.saveFileBeforeRun": true, | |
"code-runner.showExecutionMessage": false, | |
"workbench.sideBar.location": "right", | |
"files.autoSave": "afterDelay", | |
"pythonPreview.code.fontSize": "10", | |
"sync.gist": "", | |
"git.confirmSync": false, | |
"git.autofetch": true, | |
"workbench.iconTheme": "material-icon-theme", | |
"sync.forceUpload": false, | |
"python.linting.lintOnSave": true, | |
"terminal.integrated.lineHeight": 2, | |
"html.mirrorCursorOnMatchingTag":false, //prevents multiple cursors source(https://code.visualstudio.com/updates/v1_41#_html-mirror-cursor) | |
"python.venvPath": "C:\\Users\\asus\\OneDrive\\Programing\\Environments", | |
"files.associations": { | |
"*.py": "python", | |
"**/templates/*.html": "django-html", | |
"**/templates/*": "django-txt", | |
}, | |
"beautify.language": { | |
"html": [ | |
"htm", "html", "django-html" | |
] | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"liveServer.settings.donotShowInfoMsg": true, | |
"workbench.colorTheme": "Noctis Viola", | |
"terminal.integrated.rendererType": "dom", | |
"material-icon-theme.folders.color": "#ef5350", | |
"[html]": { | |
"editor.defaultFormatter": "vscode.html-language-features" | |
}, | |
"editor.minimap.enabled": false, | |
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", | |
"update.mode": "none", | |
"explorer.openEditors.visible":0, | |
// from here -> https://www.youtube.com/watch?v=lZhqWHdnkeo | |
"workbench.colorCustomizations":{ | |
"tab.border": "#20222c", // colour of the border between opened tabs | |
"tab.activeBackground": "#20222c", // backgroud colour of the active file tab | |
"tab.inactiveBackground": "#20222c", // bacground colour of inactive file tabs | |
"editorGroupHeader.tabsBackground": "#20222c", // background colour of the entire tab container that lives at the top | |
"editor.background": "#20222c", // backgroud colour of the code editor | |
"sideBar.background": "#191b22", // background colour of the sidebar | |
"editorIndentGuide.activeBackground": "#ffffff07", // colour of the indent guides | |
"editor.lineHighlightBackground": "#20222c", // border colour of the active line | |
"editorIndentGuide.background": "#ffffff07", // colour of the active line | |
"sideBarSectionHeader.background": "#191b22", // colour of the tabs in sidebar | |
}, | |
"editor.folding": false, | |
"explorer.compactFolders": false, | |
"peacock.favoriteColors": [ | |
{ | |
"name": "Angular Red", | |
"value": "#b52e31" | |
}, | |
{ | |
"name": "Auth0 Orange", | |
"value": "#eb5424" | |
}, | |
{ | |
"name": "Azure Blue", | |
"value": "#007fff" | |
}, | |
{ | |
"name": "C# Purple", | |
"value": "#68217A" | |
}, | |
{ | |
"name": "Gatsby Purple", | |
"value": "#639" | |
}, | |
{ | |
"name": "Go Cyan", | |
"value": "#5dc9e2" | |
}, | |
{ | |
"name": "Java Blue-Gray", | |
"value": "#557c9b" | |
}, | |
{ | |
"name": "JavaScript Yellow", | |
"value": "#f9e64f" | |
}, | |
{ | |
"name": "Mandalorian Blue", | |
"value": "#1857a4" | |
}, | |
{ | |
"name": "Node Green", | |
"value": "#215732" | |
}, | |
{ | |
"name": "React Blue", | |
"value": "#00b3e6" | |
}, | |
{ | |
"name": "Something Different", | |
"value": "#832561" | |
}, | |
{ | |
"name": "Vue Green", | |
"value": "#42b883" | |
} | |
], | |
"diffEditor.ignoreTrimWhitespace": false, | |
"liveServer.settings.donotVerifyTags": true, | |
"workbench.editor.enablePreview": false, | |
"workbench.editor.openPositioning": "first", // removes the folding feature | |
// "editor.renderWhitespace": "none", // removes whitespace chars | |
// "editor.hideCursorInOverviewRuler": true, // hides cursor mark in the overview ruler | |
// "editor.glyphMargin": false, // removes the space used mainly for debugging indicators | |
// "explorer.openEditors.visible": 0, // removes the open editors section at the top of the sidebar, you can see the opened files with ⌘ + ⌥ + Tab | |
// "workbench.activityBar.visible": false, // removes the activity bar (the 4 icons at the left of the screen), so now you will have to open the explorer, git, debugger and extension with shortcuts or through the Command Palette | |
// "workbench.statusBar.visible": false, | |
// "editor.overviewRulerBorder": false, | |
// "workbench.editor.showIcons": true, // removes icon from opened files in tabs | |
// "editor.occurrencesHighlight": false, | |
//till here | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// 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