Skip to content

Instantly share code, notes, and snippets.

@andfanilo
Last active November 12, 2023 05:29
Show Gist options
  • Save andfanilo/ae99aed9c454a46c1dbfe6a0b9fa0012 to your computer and use it in GitHub Desktop.
Save andfanilo/ae99aed9c454a46c1dbfe6a0b9fa0012 to your computer and use it in GitHub Desktop.
{
"editor.fontSize": 16, // 16 on demo, 14 otherwise
"editor.lineHeight": 22, // 22 on demo, 18 otherwise
"window.zoomLevel": 1.5, // 1.5 on demo, 1.2 otherwise
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
"editor.lineNumbers": "off",
"editor.quickSuggestionsDelay": 3000,
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"breadcrumbs.enabled": false, // pass on false on YT demo
"workbench.statusBar.visible": false, // pass on false on YT demo
"editor.parameterHints.enabled": false, // pass on false on YT demo
"editor.minimap.enabled": false,
"editor.hover.enabled": false, // pass on false on YT demo
"editor.hover.delay": 3000,
"editor.hover.above": false, // pass on false on YT demo
"python.languageServer": "Pylance",
"python.analysis.autoSearchPaths": false,
"python.analysis.extraCommitChars": false,
"python.analysis.useLibraryCodeForTypes": false,
"workbench.colorCustomizations": {
"editor.foldBackground": "#1D1D1D"
},
// "workbench.colorTheme": "Default Light+",
"codesnap.showLineNumbers": false,
"codesnap.showWindowControls": false,
"codesnap.target": "window",
"codesnap.transparentBackground": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment