Skip to content

Commit

Permalink
Set string instead of bool
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Feb 23, 2025
1 parent f644f59 commit 2a23e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"remote.downloadExtensionsLocally": true,
"ruff.importStrategy": "useBundled",
"telemetry.telemetryLevel": "off",
"terminal.integrated.enableMultiLinePasteWarning": true,
"terminal.integrated.enableMultiLinePasteWarning": "auto",
"terminal.integrated.fontSize": 14,
"terminal.integrated.profiles.osx": {
"tmux-workspace": {
Expand Down

0 comments on commit 2a23e23

Please sign in to comment.