aboutsummaryrefslogtreecommitdiff
path: root/vscode
diff options
context:
space:
mode:
authorBryson Steck <me@brysonsteck.xyz>2023-09-13 21:36:43 -0600
committerBryson Steck <me@brysonsteck.xyz>2023-09-13 21:36:43 -0600
commit907c402cf16497f2652c406922100f4a098af942 (patch)
treed581192e57699dcf93d522a9dc6a3ed7b7303133 /vscode
parent564505447e19354e596f303ab562fedca576589d (diff)
parent698a8a7f30b2a22672b677078fcfe5ac698020da (diff)
downloaddotfiles-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.json5
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