Skip to content

Instantly share code, notes, and snippets.

@cyfrost
Last active July 5, 2021 12:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cyfrost/e11036e9bb86e9b289289c1b148ce968 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-07-05T12:42:56.820Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.5.0"
},
{
"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": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.12.12"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "11.5.1"
},
{
"metadata": {
"id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a",
"publisherId": "Zignd.html-css-class-completion",
"publisherDisplayName": "Zignd"
},
"name": "html-css-class-completion",
"publisher": "Zignd",
"version": "1.20.0"
},
{
"metadata": {
"id": "6c2f1801-1e7f-45b2-9b5c-7782f1e076e8",
"publisherId": "ms-toolsai.jupyter",
"publisherDisplayName": "ms-toolsai"
},
"name": "jupyter",
"publisher": "ms-toolsai",
"version": "2021.6.999662501"
},
{
"metadata": {
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherDisplayName": "Angular"
},
"name": "ng-template",
"publisher": "Angular",
"version": "12.1.1"
},
{
"metadata": {
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "2.3.0"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "8.0.1"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2021.6.944021595"
},
{
"metadata": {
"id": "32d7c6a4-e4fb-462f-b4e7-75f241e9eda3",
"publisherId": "adamwalzer.scss-lint",
"publisherDisplayName": "adamwalzer"
},
"name": "scss-lint",
"publisher": "adamwalzer",
"version": "0.1.10"
},
{
"metadata": {
"id": "f5d7ffda-c1d6-4070-ba80-803c705a1ee6",
"publisherId": "monokai.theme-monokai-pro-vscode",
"publisherDisplayName": "monokai"
},
"name": "theme-monokai-pro-vscode",
"publisher": "monokai",
"version": "1.1.19"
},
{
"metadata": {
"id": "4b41a5a8-170e-4156-b2c0-10efb270abbc",
"publisherId": "batisteo.vscode-django",
"publisherDisplayName": "batisteo"
},
"name": "vscode-django",
"publisher": "batisteo",
"version": "1.6.0"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "vscode-icons-team.vscode-icons",
"publisherDisplayName": "vscode-icons-team"
},
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "11.5.0"
},
{
"metadata": {
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherDisplayName": "eg2"
},
"name": "vscode-npm-script",
"publisher": "eg2",
"version": "0.3.22"
},
{
"metadata": {
"id": "364d2426-116a-433a-a5d8-a5098dc3afbd",
"publisherId": "ms-python.vscode-pylance",
"publisherDisplayName": "ms-python"
},
"name": "vscode-pylance",
"publisher": "ms-python",
"version": "2021.6.3"
},
{
"metadata": {
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherDisplayName": "VisualStudioExptTeam"
},
"name": "vscodeintellicode",
"publisher": "VisualStudioExptTeam",
"version": "1.2.14"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+shift+d",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+alt+t",
"command": "workbench.action.closePanel",
"when": "terminalFocus"
},
{
"key": "ctrl+shift+i",
"command": "-editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+d",
"command": "-workbench.view.debug"
},
{
"key": "alt+enter",
"command": "problems.action.showQuickFixes",
"when": "problemFocus"
},
{
"key": "ctrl+.",
"command": "-problems.action.showQuickFixes",
"when": "problemFocus"
},
{
"key": "alt+numpad_subtract",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+alt+-",
"command": "-workbench.action.navigateBack"
},
{
"key": "ctrl+shift+s",
"command": "-workbench.action.files.saveAs"
},
{
"key": "ctrl+shift+s",
"command": "-workbench.action.files.saveLocalFile",
"when": "remoteFileDialogVisible"
},
{
"key": "ctrl+shift+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "ctrl+shift+g",
"command": "workbench.action.tasks.runTask"
}
]
{
"git.autofetch": true,
"editor.mouseWheelZoom": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"editor.wordWrap": "on",
"php.validate.executablePath": "/usr/bin/php",
"typescript.suggest.completeFunctionCalls": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"sync.gist": "e11036e9bb86e9b289289c1b148ce968",
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vsicons.projectDetection.autoReload": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"vsicons.dontShowNewVersionMessage": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"cSpell.language": "en,en-US",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"python.jediEnabled": false,
"files.trimFinalNewlines": true,
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"codemetrics.basics.OverviewRulerModeEnabled": false,
"prettier.printWidth": 160,
"prettier.singleQuote": true,
"eslint.alwaysShowStatus": true,
"gitlens.advanced.telemetry.enabled": false,
"editor.minimap.renderCharacters": false,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"workbench.iconTheme": "vscode-icons",
"workbench.tree.renderIndentGuides": "none",
"workbench.view.alwaysShowHeaderActions": true,
"breadcrumbs.symbolPath": "last",
"workbench.editor.highlightModifiedTabs": true,
"window.titleBarStyle": "custom",
"terminal.integrated.rightClickBehavior": "copyPaste",
"terminal.integrated.scrollback": 10000,
"cSpell.userWords": [
"codelyzer"
],
"explorer.confirmDelete": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.highlights.enabled": true,
"editor.hideCursorInOverviewRuler": true,
"editor.stablePeek": true,
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": true,
"files.autoGuessEncoding": true,
"window.restoreWindows": "all",
"search.smartCase": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.enableBell": true,
"sync.quietSync": true,
"sync.autoUpload": true,
"sync.forceUpload": true,
"git.defaultCloneDirectory": "/home/apoolla/repos/gh/",
"git.showPushSuccessNotification": true,
"npm-intellisense.scanDevDependencies": true,
"workbench.editor.enablePreviewFromQuickOpen": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"problems.showCurrentInStatus": true,
"terminal.integrated.rendererType": "canvas",
"search.exclude": {
"**/env": true,
"**/venv": true
},
"files.watcherExclude": {
"**/env/**": true,
"**/venv/**": true,
"env-*": true
},
"files.exclude": {
"**/_pycache__": true,
"**/.pytest_cache": true,
"**/.vscode": true
},
"terminal.integrated.fontFamily": "Hack Nerd Font",
"editor.columnSelection": false,
"diffEditor.ignoreTrimWhitespace": false,
"workbench.colorTheme": "Monokai",
"workbench.activityBar.visible": true,
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"python.languageServer": "Microsoft"
}
{
// Place your snippets for c 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 csharp 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"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment