Skip to content

Instantly share code, notes, and snippets.

@planetoftheweb
Created July 9, 2024 09:32
Show Gist options
  • Save planetoftheweb/b840d7dad358cf1b79e543bfe3d8a036 to your computer and use it in GitHub Desktop.
Save planetoftheweb/b840d7dad358cf1b79e543bfe3d8a036 to your computer and use it in GitHub Desktop.
Default Settings.json file for course development
{
"editor.bracketPairColorization.enabled": true,
"editor.cursorBlinking": "solid",
"editor.fontFamily": "ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace",
"editor.fontLigatures": false,
"editor.fontSize": 22,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.lineNumbers": "on",
"editor.matchBrackets": "always",
"editor.minimap.enabled": false,
"editor.smoothScrolling": true,
"editor.tabSize": 2,
"editor.useTabStops": true,
"emmet.triggerExpansionOnTab": true,
"explorer.openEditors.visible": 0,
"files.autoSave": "afterDelay",
"screencastMode.onlyKeyboardShortcuts": true,
"terminal.integrated.fontSize": 18,
"workbench.activityBar.visible": true,
"workbench.colorTheme": "Visual Studio Dark",
"workbench.fontAliasing": "antialiased",
"workbench.statusBar.visible": true,
"liveServer.settings.root": "/docs",
"prettier.enable": true,
"eslint.alwaysShowStatus": false,
"liveServer.settings.donotVerifyTags": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment