You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -400,6 +400,12 @@
400
400
"default": true,
401
401
"description": "Enable/disable Smart Selection support for Java. Disabling this option will not affect the VS Code built-in word-based and bracket-based smart selection.",
402
402
"scope": "window"
403
+
},
404
+
"java.showBuildStatusOnStart.enabled": {
405
+
"type": "boolean",
406
+
"description": "Automatically show build status on startup.",
0 commit comments