Skip to content

Commit 48ce1a8

Browse files
committed
fix: set suspend all default to false
1 parent a86d926 commit 48ce1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@
987987
"java.debug.settings.suspendAllThreads": {
988988
"type": "boolean",
989989
"description": "%java.debugger.configuration.suspendAllThreads.description%",
990-
"default": true
990+
"default": false
991991
},
992992
"java.silentNotification": {
993993
"type": "boolean",

0 commit comments

Comments
 (0)