Skip to content

Instantly share code, notes, and snippets.

@siwalikm
Last active March 4, 2024 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siwalikm/910d1ca4711ab9344f13c3269f2ae159 to your computer and use it in GitHub Desktop.
Save siwalikm/910d1ca4711ab9344f13c3269f2ae159 to your computer and use it in GitHub Desktop.
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"workbench.colorTheme": "GitHub Dark Dimmed",
"editor.fontLigatures": true,
"editor.fontFamily": "'JetBrains Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.wordWrap": "on",
"workbench.sideBar.location": "right",
"editor.minimap.enabled": false,
"window.title": "${activeEditorMedium}${separator}${rootName}",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": false
},
"git.openDiffOnClick": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/node_modules": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"**/public": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment