Skip to content

Commit b8fe9db

Browse files
authored
enable showOutline by default (#73)
showing outline for java files and source attached class files is ready.
1 parent a51ebac commit b8fe9db

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
@@ -56,7 +56,7 @@
5656
"java.dependency.showOutline": {
5757
"type": "boolean",
5858
"description": "Enable show outline in the Java Dependency explorer",
59-
"default": false
59+
"default": true
6060
},
6161
"java.dependency.syncWithFolderExplorer": {
6262
"type": "boolean",

0 commit comments

Comments
 (0)