Skip to content

Commit e223f8f

Browse files
committed
change default for autoScrollOutput to false too annoying
1 parent cbd1849 commit e223f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tomcat",
33
"displayName": "Tomcat",
44
"description": "Fully Automated Support for Apache Tomcat",
5-
"version": "2.4.0",
5+
"version": "2.4.1",
66
"publisher": "Al-rimi",
77
"author": {
88
"email": "[email protected]",
@@ -172,7 +172,7 @@
172172
},
173173
"tomcat.autoScrollOutput": {
174174
"type": "boolean",
175-
"default": true,
175+
"default": false,
176176
"description": "Automatically reveal and scroll output channel when new logs are added. Disable to prevent automatic panel focus changes."
177177
},
178178
"tomcat.home": {

0 commit comments

Comments
 (0)