diff options
author | Bryson Steck <me@brysonsteck.xyz> | 2023-09-13 21:36:43 -0600 |
---|---|---|
committer | Bryson Steck <me@brysonsteck.xyz> | 2023-09-13 21:36:43 -0600 |
commit | 907c402cf16497f2652c406922100f4a098af942 (patch) | |
tree | d581192e57699dcf93d522a9dc6a3ed7b7303133 /vscode | |
parent | 564505447e19354e596f303ab562fedca576589d (diff) | |
parent | 698a8a7f30b2a22672b677078fcfe5ac698020da (diff) | |
download | dotfiles-907c402cf16497f2652c406922100f4a098af942.tar dotfiles-907c402cf16497f2652c406922100f4a098af942.tar.gz dotfiles-907c402cf16497f2652c406922100f4a098af942.tar.bz2 |
Merge branch 'master' of codeberg.org:brysonsteck/dotfiles
Diffstat (limited to 'vscode')
-rw-r--r-- | vscode/settings.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vscode/settings.json b/vscode/settings.json index d56cfdb..51e87f7 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -7,7 +7,7 @@ "workbench.colorCustomizations": { "statusBarItem.remoteBackground": "#79740e", - "statusBar.debuggingBackground": "#d65d0e", + "statusBar.debuggingBackground": "#d65d0e" }, "editor.fontFamily": "'JetBrains Mono'", "java.configuration.runtimes": [ @@ -73,5 +73,6 @@ ], "debug.onTaskErrors": "showErrors", "explorer.confirmDelete": false, - "window.zoomLevel": 1 + "window.zoomLevel": 1, + "errorLens.messageMaxChars": 200 }
\ No newline at end of file |