Skip to content

Instantly share code, notes, and snippets.

@FunctionDJ
Last active June 19, 2021 14:00
Show Gist options
  • Save FunctionDJ/81eee5ebf7a4ecebfae4b24152a38f2a to your computer and use it in GitHub Desktop.
Save FunctionDJ/81eee5ebf7a4ecebfae4b24152a38f2a to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-06-19T14:00:41.526Z","extensionVersion":"v3.4.3"}
[
{
"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": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherDisplayName": "usernamehw"
},
"name": "errorlens",
"publisher": "usernamehw",
"version": "3.2.7"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "4.7.0"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherDisplayName": "alefragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "12.2.0"
},
{
"metadata": {
"id": "aae0701b-111f-49c1-9000-abd37a442f28",
"publisherId": "WallabyJs.quokka-vscode",
"publisherDisplayName": "WallabyJs"
},
"name": "quokka-vscode",
"publisher": "WallabyJs",
"version": "1.0.381"
},
{
"metadata": {
"id": "e56ae0dc-ddd7-462a-872d-6d14ea27f737",
"publisherId": "meganrogge.template-string-converter",
"publisherDisplayName": "meganrogge"
},
"name": "template-string-converter",
"publisher": "meganrogge",
"version": "0.5.0"
},
{
"metadata": {
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherDisplayName": "Gruntfuggly"
},
"name": "todo-tree",
"publisher": "Gruntfuggly",
"version": "0.0.213"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.1.23"
},
{
"metadata": {
"id": "c3382f5b-0525-4f74-93df-3a82483c1ad8",
"publisherId": "kenhowardpdx.vscode-gist",
"publisherDisplayName": "kenhowardpdx"
},
"name": "vscode-gist",
"publisher": "kenhowardpdx",
"version": "3.0.3"
},
{
"metadata": {
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherDisplayName": "eg2"
},
"name": "vscode-npm-script",
"publisher": "eg2",
"version": "0.3.22"
}
]
[
{
"key": "ctrl+alt+c",
"command": "workbench.action.toggleCenteredLayout"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditorInGroup"
},
{
"key": "ctrl+k ctrl+pagedown",
"command": "-workbench.action.nextEditorInGroup"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditorInGroup"
},
{
"key": "ctrl+k ctrl+pageup",
"command": "-workbench.action.previousEditorInGroup"
},
{
"key": "ctrl+tab",
"command": "-workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup"
},
{
"key": "ctrl+shift+tab",
"command": "-workbench.action.quickOpenLeastRecentlyUsedEditorInGroup"
},
{
"key": "f9",
"command": "-editor.debug.action.toggleBreakpoint",
"when": "editorTextFocus"
},
{
"key": "F9",
"command": "macros.makeNextErrorAny"
}
]
{
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.compactFolders": false,
"git.enableSmartCommit": true,
"git.autofetch": true,
"javascript.suggestionActions.enabled": false,
"javascript.validate.enable": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"zenMode.centerLayout": false,
"zenMode.fullScreen": false,
"editor.fontFamily": "'Fira Code', monospace",
"editor.fontLigatures": true,
"editor.suggestSelection": "first",
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.largeFileOptimizations": false,
"editor.renderWhitespace": "none",
"editor.tabSize": 2,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "alt",
"editor.fontSize": 18,
"editor.matchBrackets": "near",
"editor.suggest.showWords": false,
"editor.cursorWidth": 3,
"editor.cursorBlinking": "smooth",
"editor.cursorSurroundingLines": 5,
"editor.smoothScrolling": true,
"editor.acceptSuggestionOnEnter": "off",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"workbench.list.smoothScrolling": true,
"workbench.editorAssociations": {
"*.png": "imagePreview.previewEditor"
},
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"terminal.integrated.fontFamily": "'Fira Code', monospace",
"terminal.integrated.fontSize": 18,
"debug.console.fontFamily": "'Fira Code', monospace",
"debug.toolBarLocation": "docked",
"breadcrumbs.enabled": true,
"html.format.indentInnerHtml": true,
"html.format.endWithNewline": true,
"xo.enable": true,
"projectManager.git.baseFolders": [
"C:\\Users\\Function\\Documents\\Git"
],
"eslint.debug": true,
"errorLens.fontStyleItalic": true,
"splitHTMLAttributes.closingBracketOnNewLine": true,
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.syncExtensions": true,
"sync.removeExtensions": true,
"sync.gist": "81eee5ebf7a4ecebfae4b24152a38f2a",
"sync.autoUpload": true,
"sync.autoDownload": true,
"sync.quietSync": true,
"todo-tree.highlights.enabled": true,
"todo-tree.tree.showScanModeButton": false,
"gitlens.currentLine.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"gitlens.codeLens.enabled": false,
"gitlens.statusBar.enabled": false,
"gitlens.hovers.enabled": false,
"sonarlint.ls.javaHome": "c:\\Users\\Function\\.vscode\\extensions\\sonarsource.sonarlint_managed-jre\\jre\\jdk-11.0.10+9-jre",
"diffEditor.ignoreTrimWhitespace": false,
"security.workspace.trust.enabled": false,
}
{
"document.querySelector": {
"prefix": "qs",
"body": "document.querySelector(\"$1\")$0"
},
"document.querySelectorAll": {
"prefix": "qsa",
"body": "document.querySelectorAll(\"$1\")$0"
},
"document.getElementById": {
"prefix": "gebid",
"body": "document.getElementById(\"$1\")$0"
},
"document.createElement": {
"prefix": "ce",
"body": "document.createElement(\"$1\")$0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment