Skip to content

Commit 724ff6e

Browse files
committed
change windows terminal settings
1 parent 06875d4 commit 724ff6e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/yamatanooroti/windows/windows-setup.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ def self.extract_terminal(path)
120120
{
121121
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
122122
"disableAnimations": true,
123-
"minimizeToNotificationArea": true,
123+
"experimental.detectURLs": false,
124+
"minimizeToNotificationArea": false,
124125
"profiles":
125126
{
126127
"defaults":
@@ -144,6 +145,7 @@ def self.extract_terminal(path)
144145
]
145146
},
146147
"showTabsInTitlebar": false,
148+
"tabWidthMode": "compact",
147149
"warning.confirmCloseAllTabs": false,
148150
"warning.largePaste": false,
149151
"warning.multiLinePaste": false

0 commit comments

Comments
 (0)