Skip to content

Commit e873ab6

Browse files
committed
settings.json updated
1 parent 8a93fb2 commit e873ab6

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.vscode/settings.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"java.dependency.packagePresentation": "hierarchical",
3-
"java.dependency.syncWithFolderExplorer": true,
4-
"java.configuration.updateBuildConfiguration": "interactive"
5-
}
2+
"java.configuration.runtimes": [
3+
{
4+
"name": "JavaSE-11",
5+
"path": "/usr/lib/jvm/java-11-openjdk-amd64",
6+
"default": true
7+
},
8+
]
9+
}

0 commit comments

Comments
 (0)