Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexweininger/cf7d52903b050549f1049c2903b03cd2 to your computer and use it in GitHub Desktop.
Save alexweininger/cf7d52903b050549f1049c2903b03cd2 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"backgroundColor": "transparent"
},
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"backgroundColor": "transparent"
}
],
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript"
],
"git.enabled": true,
"window.zoomLevel": 0,
"workbench.panel.location": "right",
"git.autofetch": true,
"sync.gist": "5ac1d00ba01c1ac974d1a4e742ff1996",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-08-14T02:15:39.958Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"workbench.statusBar.visible": true,
"editor.renderControlCharacters": false,
"workbench.colorTheme": "One Dark Pro Vivid",
"java.errors.incompleteClasspath.severity": "ignore",
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"terminal.integrated.shellArgs.windows": [],
"terminal.integrated.fontFamily": "Source Code Pro for Powerline",
"css.lint.duplicateProperties": "warning",
"css.lint.zeroUnits": "warning",
"extensions.ignoreRecommendations": true,
"extensions.showRecommendationsOnlyOnDemand": true,
"workbench.view.alwaysShowHeaderActions": true,
"editor.fontSize": 13,
"javascript.updateImportsOnFileMove.enabled": "always",
"markdown-toc.depthTo": 4,
"markdownlint.config": {
"MD013": false,
"MD010": false,
"MD007": false
},
"markdown-toc.depthFrom": 2,
"C_Cpp.loggingLevel": "Debug",
"C_Cpp.clang_format_path": "C:\\Program Files\\LLVM\\bin\\clang-format.exe",
"C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: LLVM, ColumnLimit: 0}",
"editor.insertSpaces": false,
"terminal.external.windowsExec": "C:\\\\Users\\\\alexw\\\\AppData\\\\Roaming\\\\Cmder\\\\Cmder.exe",
"terminal.integrated.drawBoldTextInBrightColors": true,
"terminal.integrated.fontWeightBold": "normal",
"C_Cpp.default.intelliSenseMode": "gcc-x64",
"markdownShortcuts.icons.image": true,
"markdownShortcuts.icons.link": true,
"editor.wordWrapColumn": 160,
"C_Cpp.clang_format_style": "{ColumnLimit: 0, BasedOnStyle: LLVM}",
"workbench.sideBar.location": "right",
"breadcrumbs.enabled": true,
"editor.wordWrap": "on",
"editor.minimap.enabled": false,
"window.newWindowDimensions": "inherit",
"debug.inlineValues": true,
"markdown-preview-enhanced.codeBlockTheme": "github.css",
"clang-format.executable": "C://Program Files//LLVM//bin//clang-format.exe",
"clang-format.style": "json configure",
"terminal.integrated.fontSize": 13,
"clang-format.language.c.style": "LLVM",
"gitlens.hovers.currentLine.over": "line",
"gitlens.currentLine.enabled": false,
"githubNotificationsBell.oauthToken": "8ba52d43a153890a495d6243d0f352861d2a58cd",
"gitlens.hovers.currentLine.enabled": false,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"gitlens.keymap": "none",
"instantmarkdown.autoOpenBrowser": false,
"instantmarkdown.autoCloseServerAndBrowser": false,
"todohighlight.keywords": ["note: "],
"liveServer.settings.donotShowInfoMsg": true,
"html.trace.server": "verbose",
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex"
],
"prettier.tslintIntegration": true,
"prettier.tabWidth": 4,
"azureFunctions.preDeployTask": "publish",
"editor.codeActionsOnSave": {
"source.fixAll.tslint": true
},
"explorer.confirmDelete": false,
"workbench.panel.defaultLocation": "right",
"editor.renderLineHighlight": "all",
"workbench.colorCustomizations": {
"editor.selectionHighlightBorder": "#88888800",
},
"explorer.sortOrder": "filesFirst",
"java.home": "C:\\Program Files\\Java\\jdk1.8.0_181",
"java.completion.guessMethodArguments": true,
"java.format.settings.url": "https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml",
"java.implementationsCodeLens.enabled": true,
"java.referencesCodeLens.enabled": true,
"javascript.implicitProjectConfig.experimentalDecorators": true,
"javascript.referencesCodeLens.enabled": true,
"javascript.suggest.completeFunctionCalls": true,
"javascript.implicitProjectConfig.checkJs": true,
"explorer.confirmDragAndDrop": false,
"workbench.iconTheme": "material-icon-theme",
"editor.stablePeek": true,
"workbench.editor.closeOnFileDelete": true,
"window.menuBarVisibility": "default",
"window.title": "${dirty}${activeEditorShort}${separator}${rootName}${separator}${rootPath}${separator}",
"search.quickOpen.includeSymbols": true,
"search.showLineNumbers": true,
"search.smartCase": true,
"scm.alwaysShowProviders": true,
"extensions.closeExtensionDetailsOnViewChange": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.scrollback": 2000,
"editor.suggest.localityBonus": true,
"editor.suggestSelection": "recentlyUsedByPrefix",
"workbench.editor.highlightModifiedTabs": true,
"typescript.format.insertSpaceAfterConstructor": true,
"debug.openDebug": "neverOpen",
"prettier.printWidth": 160,
"csscomb.preset": {
"remove-empty-rulesets": true,
"always-semicolon": true,
"color-case": "upper",
"block-indent": "\t",
"color-shorthand": true,
"element-case": "lower",
"eof-newline": true,
"leading-zero": true,
"sort-order-fallback": "abc",
"space-before-colon": "",
"space-after-colon": " ",
"space-between-declarations": "\n",
"space-before-opening-brace": " ",
"space-after-opening-brace": "\n",
"space-after-selector-delimiter": " ",
"space-before-selector-delimiter": "",
"space-before-closing-brace": "\n",
"strip-spaces": true,
"unitless-zero": true,
"vendor-prefix-align": true
},
"bracketPairColorizer.showBracketsInGutter": true,
"javascript.validate.enable": false,
"spellright.notificationClass": "information",
"editor.fontLigatures": true,
"html.format.preserveNewLines": false,
"html.format.wrapLineLength": 0,
"azureFunctions.showCoreToolsWarning": false,
"markdownlint.run": "onSave",
"python.linting.pylintEnabled": true,
"gitlens.views.repositories.location": "scm",
"prettier.eslintIntegration": true,
"eslint.autoFixOnSave": true,
"types-autoinstaller.saveAsDevDependency": true,
"terminal.integrated.rendererType": "dom",
"eslint.alwaysShowStatus": true,
"eslint.provideLintTask": true,
"prettier.jsxBracketSameLine": true,
"prettier.useTabs": true,
"python.disableInstallationCheck": true,
"python.diagnostics.sourceMapsEnabled": true,
"python.jediEnabled": false,
"python.globalModuleInstallation": true
}
{"lastUpload":"2019-04-14T20:43:19.523Z","extensionVersion":"v3.2.8"}
[
{
"metadata": {
"id": "cb5ffd62-3768-4f92-83a0-ccf84e22ddf4",
"publisherId": "kevinkyang.auto-comment-blocks",
"publisherDisplayName": "kevinkyang"
},
"name": "auto-comment-blocks",
"publisher": "kevinkyang",
"version": "1.0.1"
},
{
"metadata": {
"id": "366a9f01-2d1b-48b9-b7df-014ff8dea46b",
"publisherId": "formulahendry.auto-complete-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-complete-tag",
"publisher": "formulahendry",
"version": "0.1.0"
},
{
"metadata": {
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.0.15"
},
{
"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": "d36d91a3-b005-46ad-a454-49fe08c794b8",
"publisherId": "maptz.camelcasenavigation",
"publisherDisplayName": "maptz"
},
"name": "camelcasenavigation",
"publisher": "maptz",
"version": "1.0.1"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.8"
},
{
"metadata": {
"id": "275b0cbe-e705-402c-b8c5-7f6c52440322",
"publisherId": "golf1052.code-sync",
"publisherDisplayName": "golf1052"
},
"name": "code-sync",
"publisher": "golf1052",
"version": "2.5.3"
},
{
"metadata": {
"id": "9e179991-5ac5-44e6-921d-1bd6ba00b76a",
"publisherId": "daniels.copy-directory-path",
"publisherDisplayName": "daniels"
},
"name": "copy-directory-path",
"publisher": "daniels",
"version": "0.0.1"
},
{
"metadata": {
"id": "ee7bc8d7-b65f-4174-8ee2-88c7848d5099",
"publisherId": "IgorSbitnev.error-gutters",
"publisherDisplayName": "IgorSbitnev"
},
"name": "error-gutters",
"publisher": "IgorSbitnev",
"version": "1.0.1"
},
{
"metadata": {
"id": "0fa141d2-0184-49b6-b8f6-b572f965b164",
"publisherId": "michelemelluso.gitignore",
"publisherDisplayName": "michelemelluso"
},
"name": "gitignore",
"publisher": "michelemelluso",
"version": "1.0.1"
},
{
"metadata": {
"id": "66ed4827-7677-462f-85a9-d09d0f6a71a5",
"publisherId": "ghmcadams.lintlens",
"publisherDisplayName": "ghmcadams"
},
"name": "lintlens",
"publisher": "ghmcadams",
"version": "2.3.0"
},
{
"metadata": {
"id": "1f5eb737-5496-44a3-a8a1-36a85eee4979",
"publisherId": "magicstack.MagicPython",
"publisherDisplayName": "magicstack"
},
"name": "MagicPython",
"publisher": "magicstack",
"version": "1.1.0"
},
{
"metadata": {
"id": "e57b9671-b0eb-4f91-ba94-9fa216acfa0c",
"publisherId": "njLeonZhang.markdown-image-paste",
"publisherDisplayName": "njLeonZhang"
},
"name": "markdown-image-paste",
"publisher": "njLeonZhang",
"version": "1.3.2"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.7.0"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "zhuangtongfa.Material-theme",
"publisherDisplayName": "zhuangtongfa"
},
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.21.0"
},
{
"metadata": {
"id": "31bf5686-d0e3-433b-adc6-d7f0ad143507",
"publisherId": "ashpowell.monokai-one-dark-vivid",
"publisherDisplayName": "ashpowell"
},
"name": "monokai-one-dark-vivid",
"publisher": "ashpowell",
"version": "0.13.0"
},
{
"metadata": {
"id": "2273ae23-48b5-42ec-92c1-22e9994d99e9",
"publisherId": "joelpod.oneline-selection",
"publisherDisplayName": "joelpod"
},
"name": "oneline-selection",
"publisher": "joelpod",
"version": "1.0.1"
},
{
"metadata": {
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherDisplayName": "IBM"
},
"name": "output-colorizer",
"publisher": "IBM",
"version": "0.1.2"
},
{
"metadata": {
"id": "86c27965-680c-4a61-9cf9-9e67521b1afc",
"publisherId": "samrapdev.outrun",
"publisherDisplayName": "samrapdev"
},
"name": "outrun",
"publisher": "samrapdev",
"version": "0.2.2"
},
{
"metadata": {
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "1.4.2"
},
{
"metadata": {
"id": "d80b9a94-f4a6-4e39-bc42-62212e365682",
"publisherId": "pnp.polacode",
"publisherDisplayName": "pnp"
},
"name": "polacode",
"publisher": "pnp",
"version": "0.2.2"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "1.8.1"
},
{
"metadata": {
"id": "635c67f4-8dd8-49d2-b818-14f3b67ef33d",
"publisherId": "hyesun.py-paste-indent",
"publisherDisplayName": "hyesun"
},
"name": "py-paste-indent",
"publisher": "hyesun",
"version": "0.1.1"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2019.3.6558"
},
{
"metadata": {
"id": "70e24b61-872b-47e6-b2a6-e5fc2cf3f4e9",
"publisherId": "dongli.python-preview",
"publisherDisplayName": "dongli"
},
"name": "python-preview",
"publisher": "dongli",
"version": "0.0.4"
},
{
"metadata": {
"id": "0ad8c94b-76b2-4033-b703-18596182bfcc",
"publisherId": "frhtylcn.pythonsnippets",
"publisherDisplayName": "frhtylcn"
},
"name": "pythonsnippets",
"publisher": "frhtylcn",
"version": "1.0.2"
},
{
"metadata": {
"id": "e8b469bd-915d-4070-bfc2-05c9b546f8ee",
"publisherId": "jakob101.RelativePath",
"publisherDisplayName": "jakob101"
},
"name": "RelativePath",
"publisher": "jakob101",
"version": "1.4.0"
},
{
"metadata": {
"id": "6c0f990e-512c-4b25-a01e-0d6578f0b42a",
"publisherId": "amatiasq.sort-imports",
"publisherDisplayName": "amatiasq"
},
"name": "sort-imports",
"publisher": "amatiasq",
"version": "6.0.1"
},
{
"metadata": {
"id": "7d236dd4-6af6-48f4-9464-6bf82ad36aaa",
"publisherId": "ban.spellright",
"publisherDisplayName": "ban"
},
"name": "spellright",
"publisher": "ban",
"version": "3.0.38"
},
{
"metadata": {
"id": "4ef6c2d5-de36-45a1-9015-18c1d4a3a25e",
"publisherId": "albert.TabOut",
"publisherDisplayName": "albert"
},
"name": "TabOut",
"publisher": "albert",
"version": "0.1.6"
},
{
"metadata": {
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
"publisherId": "Equinusocio.vsc-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "2.8.2"
},
{
"metadata": {
"id": "f1379af8-399b-4902-9bc3-f95a62ecbdd8",
"publisherId": "brainfit.vscode-importmagic",
"publisherDisplayName": "brainfit"
},
"name": "vscode-importmagic",
"publisher": "brainfit",
"version": "0.1.3"
},
{
"metadata": {
"id": "c6ca8451-e183-44f7-8477-6c860aa7039e",
"publisherId": "auchenberg.vscode-open-file-folder",
"publisherDisplayName": "auchenberg"
},
"name": "vscode-open-file-folder",
"publisher": "auchenberg",
"version": "0.0.4"
},
{
"metadata": {
"id": "d64b9a43-2c4d-4add-a4b0-1109edbfc838",
"publisherId": "sadesyllas.vscode-workspace-switcher",
"publisherDisplayName": "sadesyllas"
},
"name": "vscode-workspace-switcher",
"publisher": "sadesyllas",
"version": "1.13.1"
},
{
"metadata": {
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherDisplayName": "VisualStudioExptTeam"
},
"name": "vscodeintellicode",
"publisher": "VisualStudioExptTeam",
"version": "1.1.5"
},
{
"metadata": {
"id": "5a6dc0d5-dc02-4121-8e24-cad33a2ff0af",
"publisherId": "ms-vsliveshare.vsliveshare",
"publisherDisplayName": "ms-vsliveshare"
},
"name": "vsliveshare",
"publisher": "ms-vsliveshare",
"version": "1.0.45"
}
]
[
{
"key": "ctrl+i",
"command": "expandLineSelection",
"when": "textInputFocus"
},
{
"key": "ctrl+shift+q",
"command": "workbench.action.toggleMaximizedPanel"
},
{
"key": "ctrl+r",
"command": "commandId",
"when": "editorTextFocus"
},
{
"key": "ctrl+r f",
"command": "workbench.action.openRecent"
},
{
"key": "ctrl+r",
"command": "workbench.action.openRecent"
},
{
"key": "ctrl+r shift+r",
"command": "-npm-script.run"
},
{
"key": "ctrl+k b",
"command": "workbench.files.action.showActiveFileInExplorer"
},
{
"key": "ctrl+alt+/",
"command": "editor.action.blockComment",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+a",
"command": "-editor.action.blockComment",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+i",
"command": "md-shortcut.toggleItalic",
"when": "editorTextFocus && editorLangId == 'markdown'"
},
{
"key": "ctrl+i",
"command": "-md-shortcut.toggleItalic",
"when": "editorTextFocus && editorLangId == 'markdown'"
},
{
"key": "ctrl+k ctrl+e",
"command": "extension.embraceParenthesis",
"when": "editorHasSelection && editorTextFocus"
},
{
"key": "ctrl+=",
"command": "editor.action.fontZoomIn"
},
{
"key": "ctrl+-",
"command": "editor.action.fontZoomOut"
},
{
"key": "alt+k",
"command": "editor.action.smartSelect.grow",
"when": "editorTextFocus"
},
{
"key": "shift+alt+right",
"command": "-editor.action.smartSelect.grow",
"when": "editorTextFocus"
},
{
"key": "alt+j",
"command": "editor.action.smartSelect.shrink",
"when": "editorTextFocus"
},
{
"key": "shift+alt+left",
"command": "-editor.action.smartSelect.shrink",
"when": "editorTextFocus"
},
{
"key": "ctrl+n",
"command": "-workbench.action.files.newUntitledFile"
},
{
"key": "ctrl+n",
"command": "explorer.newFile"
}
]
{
"eslint.nodePath": null,
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"backgroundColor": "transparent"
},
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"backgroundColor": "transparent"
}
],
"git.enabled": true,
"window.zoomLevel": 0,
"git.autofetch": true,
"sync.gist": "cf7d52903b050549f1049c2903b03cd2",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-08-14T02:15:39.958Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"workbench.statusBar.visible": true,
"editor.renderControlCharacters": false,
"workbench.colorTheme": "One Dark Pro Vivid",
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"terminal.integrated.shellArgs.windows": [],
"terminal.integrated.fontFamily": "Source Code Pro for Powerline",
"css.lint.duplicateProperties": "warning",
"css.lint.zeroUnits": "warning",
"extensions.ignoreRecommendations": true,
"extensions.showRecommendationsOnlyOnDemand": true,
"workbench.view.alwaysShowHeaderActions": true,
"editor.fontSize": 13,
"javascript.updateImportsOnFileMove.enabled": "always",
"markdown-toc.depthTo": 4,
"markdownlint.config": {
"MD013": false,
"MD010": false,
"MD007": false
},
"markdown-toc.depthFrom": 2,
"C_Cpp.loggingLevel": "Debug",
"C_Cpp.clang_format_path": "C:\\Program Files\\LLVM\\bin\\clang-format.exe",
"C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: LLVM, ColumnLimit: 0}",
"editor.insertSpaces": false,
"terminal.external.windowsExec": "C:\\\\Users\\\\alexw\\\\AppData\\\\Roaming\\\\Cmder\\\\Cmder.exe",
"terminal.integrated.drawBoldTextInBrightColors": true,
"terminal.integrated.fontWeightBold": "normal",
"C_Cpp.default.intelliSenseMode": "gcc-x64",
"markdownShortcuts.icons.image": true,
"markdownShortcuts.icons.link": true,
"editor.wordWrapColumn": 160,
"C_Cpp.clang_format_style": "{ColumnLimit: 0, BasedOnStyle: LLVM}",
"workbench.sideBar.location": "right",
"breadcrumbs.enabled": true,
"editor.wordWrap": "on",
"editor.minimap.enabled": false,
"window.newWindowDimensions": "inherit",
"debug.inlineValues": true,
"markdown-preview-enhanced.codeBlockTheme": "github.css",
"clang-format.executable": "C://Program Files//LLVM//bin//clang-format.exe",
"clang-format.style": "json configure",
"terminal.integrated.fontSize": 13,
"clang-format.language.c.style": "LLVM",
"gitlens.hovers.currentLine.over": "line",
"gitlens.currentLine.enabled": false,
"githubNotificationsBell.oauthToken": "8ba52d43a153890a495d6243d0f352861d2a58cd",
"gitlens.hovers.currentLine.enabled": false,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"gitlens.keymap": "none",
"instantmarkdown.autoOpenBrowser": false,
"instantmarkdown.autoCloseServerAndBrowser": false,
"todohighlight.keywords": ["note: "],
"liveServer.settings.donotShowInfoMsg": true,
"html.trace.server": "verbose",
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex"
],
"prettier.tslintIntegration": true,
"prettier.tabWidth": 4,
"azureFunctions.preDeployTask": "publish",
"editor.codeActionsOnSave": {
"source.fixAll.tslint": true
},
"explorer.confirmDelete": false,
"workbench.panel.defaultLocation": "right",
"editor.renderLineHighlight": "all",
"workbench.colorCustomizations": {
"editor.selectionHighlightBorder": "#88888800",
},
"explorer.sortOrder": "filesFirst",
"java.home": "C:\\Program Files\\Java\\jdk1.8.0_181",
"java.completion.guessMethodArguments": true,
"java.format.settings.url": "https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml",
"java.implementationsCodeLens.enabled": true,
"java.referencesCodeLens.enabled": true,
"javascript.implicitProjectConfig.experimentalDecorators": true,
"javascript.referencesCodeLens.enabled": true,
"javascript.suggest.completeFunctionCalls": true,
"javascript.implicitProjectConfig.checkJs": true,
"explorer.confirmDragAndDrop": false,
"workbench.iconTheme": "material-icon-theme",
"editor.stablePeek": true,
"workbench.editor.closeOnFileDelete": true,
"window.menuBarVisibility": "default",
"window.title": "${dirty}${activeEditorShort}${separator}${rootName}${separator}${rootPath}${separator}",
"search.quickOpen.includeSymbols": true,
"search.showLineNumbers": true,
"search.smartCase": true,
"scm.alwaysShowProviders": true,
"extensions.closeExtensionDetailsOnViewChange": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.scrollback": 2000,
"editor.suggest.localityBonus": true,
"editor.suggestSelection": "recentlyUsedByPrefix",
"workbench.editor.highlightModifiedTabs": true,
"typescript.format.insertSpaceAfterConstructor": true,
"debug.openDebug": "neverOpen",
"prettier.printWidth": 160,
"csscomb.preset": {
"remove-empty-rulesets": true,
"always-semicolon": true,
"color-case": "upper",
"block-indent": "\t",
"color-shorthand": true,
"element-case": "lower",
"eof-newline": true,
"leading-zero": true,
"sort-order-fallback": "abc",
"space-before-colon": "",
"space-after-colon": " ",
"space-between-declarations": "\n",
"space-before-opening-brace": " ",
"space-after-opening-brace": "\n",
"space-after-selector-delimiter": " ",
"space-before-selector-delimiter": "",
"space-before-closing-brace": "\n",
"strip-spaces": true,
"unitless-zero": true,
"vendor-prefix-align": true
},
"bracketPairColorizer.showBracketsInGutter": true,
"javascript.validate.enable": false,
"spellright.notificationClass": "information",
"editor.fontLigatures": true,
"html.format.preserveNewLines": false,
"html.format.wrapLineLength": 0,
"azureFunctions.showCoreToolsWarning": false,
"markdownlint.run": "onSave",
"python.linting.pylintEnabled": true,
"gitlens.views.repositories.location": "scm",
"prettier.eslintIntegration": true,
"eslint.autoFixOnSave": true,
"types-autoinstaller.saveAsDevDependency": true,
"terminal.integrated.rendererType": "dom",
"eslint.alwaysShowStatus": true,
"eslint.provideLintTask": true,
"prettier.jsxBracketSameLine": true,
"prettier.useTabs": true,
"python.disableInstallationCheck": true,
"python.diagnostics.sourceMapsEnabled": false,
"python.jediEnabled": false,
"python.globalModuleInstallation": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
{
// 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 javascript 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"
// }
"getElementById": {
"prefix": "elid",
"body":[
"document.getElementById('$1')$2;"
],
"description": "Get element by id"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment