Skip to content

Commit

Permalink
Update outdated VSCode value for enableMultiLinePasteWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
pkissling committed Aug 26, 2024
1 parent 3cb4b58 commit e1bade6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"terminal.external.osxExec": "Warp.app",
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.integrated.enableMultiLinePasteWarning": false,
"terminal.integrated.enableMultiLinePasteWarning": "never",
"terminal.integrated.fontFamily": "Iosevka Term Extended",
"terraform.languageServer.enable": true,
"typescript.updateImportsOnFileMove.enabled": "always",
Expand Down

0 comments on commit e1bade6

Please sign in to comment.