Skip to content

Instantly share code, notes, and snippets.

@agjs
Created December 15, 2023 22:46
Show Gist options
  • Save agjs/032536414548557dd719dbf3d3ac3618 to your computer and use it in GitHub Desktop.
Save agjs/032536414548557dd719dbf3d3ac3618 to your computer and use it in GitHub Desktop.
settings
{
"workbench.sideBar.location": "right",
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 12,
"editor.fontLigatures": "'ss02' on, 'ss04' on, 'ss07' on, 'ss08' on, 'ss10' on, 'ss12' on",
"editor.lineHeight": 18,
"editor.fontVariations": true,
"background.backgroundOpacity": [0.85, 0.9, 0.9, 0.5],
"background.backgroundAlignment": [
"Center Center",
"Center Center",
"Center Center",
"Center Center"
],
"editor.inlineSuggest.enabled": true,
"editor.minimap.enabled": false,
"workbench.statusBar.visible": false,
"git.autofetch": true,
"redhat.telemetry.enabled": false,
"git.openRepositoryInParentFolders": "never",
"editor.wordWrap": "on",
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.delimiterInsideMessage": "───",
"turboConsoleLog.insertEmptyLineAfterLogMessage": true,
"turboConsoleLog.insertEmptyLineBeforeLogMessage": true,
"window.zoomLevel": 4,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"chatgpt.lang": "en",
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"git.ignoreRebaseWarning": true,
"editor.formatOnSave": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"background.backgroundBlur": ["30", "0", "0", "0"],
"eslint.lintTask.enable": true,
"editor.renderWhitespace": "all",
"workbench.editor.enablePreview": false,
"diffEditor.experimental.showMoves": true,
"git.suggestSmartCommit": false,
"codesnap.backgroundColor": "transparent",
"codesnap.showLineNumbers": false,
"codesnap.transparentBackground": true,
"codesnap.boxShadow": "rgba(0, 0, 0, 0.55) 0px 5px 18px",
"git.confirmSync": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment