increased vscode font size
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user