increased vscode font size

This commit is contained in:
scbj
2024-10-31 09:43:05 +01:00
parent f8336e1c9c
commit ad9023961d

View File

@@ -1,7 +1,6 @@
// path="~/.config/Code/User
{
"editor.fontFamily": "'VictorMono Nerd Font'",
"editor.fontWeight": 500,
"extensions.ignoreRecommendations": true,
"workbench.startupEditor": "none",
"git.openRepositoryInParentFolders": "never",
@@ -19,7 +18,7 @@
"editor.minimap.renderCharacters": false,
"update.showReleaseNotes": false,
"editor.accessibilityPageSize": 100,
"editor.fontSize": 15,
"editor.fontSize": 18,
"editor.stickyScroll.enabled": false,
"files.associations": {
"*.txt": "shellscript"