1 parent 06875d4 commit 724ff6eCopy full SHA for 724ff6e
1 file changed
lib/yamatanooroti/windows/windows-setup.rb
@@ -120,7 +120,8 @@ def self.extract_terminal(path)
120
{
121
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
122
"disableAnimations": true,
123
- "minimizeToNotificationArea": true,
+ "experimental.detectURLs": false,
124
+ "minimizeToNotificationArea": false,
125
"profiles":
126
127
"defaults":
@@ -144,6 +145,7 @@ def self.extract_terminal(path)
144
145
]
146
},
147
"showTabsInTitlebar": false,
148
+ "tabWidthMode": "compact",
149
"warning.confirmCloseAllTabs": false,
150
"warning.largePaste": false,
151
"warning.multiLinePaste": false
0 commit comments