Skip to content

Commit

Permalink
change windows terminal settings
Browse files Browse the repository at this point in the history
  • Loading branch information
YO4 committed Oct 31, 2024
1 parent 06875d4 commit 724ff6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/yamatanooroti/windows/windows-setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ def self.extract_terminal(path)
{
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"disableAnimations": true,
"minimizeToNotificationArea": true,
"experimental.detectURLs": false,
"minimizeToNotificationArea": false,
"profiles":
{
"defaults":
Expand All @@ -144,6 +145,7 @@ def self.extract_terminal(path)
]
},
"showTabsInTitlebar": false,
"tabWidthMode": "compact",
"warning.confirmCloseAllTabs": false,
"warning.largePaste": false,
"warning.multiLinePaste": false
Expand Down

0 comments on commit 724ff6e

Please sign in to comment.