Skip to content

Commit

Permalink
vscode-settings: update configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Feb 29, 2024
1 parent 826ce63 commit 5f6e588
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions vscode-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"workbench.preferredLightColorTheme": "macOS Classic",
"workbench.preferredDarkColorTheme": "Monokai Dimmed",
"workbench.colorTheme": "macOS Classic",
"terminal.integrated.enableBell": true,
"git.enableSmartCommit": true,
"diffEditor.renderSideBySide": false,
"diffEditor.codeLens": true,
Expand Down Expand Up @@ -128,5 +127,9 @@
"go.toolsManagement.autoUpdate": true,
"terminal.integrated.tabs.enabled": false,
"terminal.integrated.enableMultiLinePasteWarning": false,
"workbench.editor.tabActionLocation": "left"
"workbench.editor.tabActionLocation": "left",
"accessibility.signals.terminalBell": {
"sound": "on"
},
"terminal.integrated.enableVisualBell": true
}

0 comments on commit 5f6e588

Please sign in to comment.