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