https://github.com/devzkhalil/vs-code-config
https://github.com/devzkhalil/vs-code-config
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devzkhalil/vs-code-config
- Owner: devzkhalil
- Created: 2025-04-30T04:03:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T04:05:39.000Z (about 1 year ago)
- Last Synced: 2025-05-19T10:07:45.955Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
{
"workbench.iconTheme": "material-icon-theme",
"cursor.cpp.disabledLanguages": [
"plaintext",
"markdown",
"scminput"
],
"files.autoSave": "afterDelay",
"workbench.colorTheme": "One Dark Pro",
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 22,
"editor.letterSpacing": 0.5,
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorBlinking": "smooth",
"editor.smoothScrolling": true,
"github.copilot.enable": {
"*": false,
"plaintext": false,
"markdown": false,
"scminput": false
}
}