Skip to content

Commit ee48a5a

Browse files
Mark java.configuration.runtimes untrusted
Change as per: #2337 (comment)
1 parent 1d84904 commit ee48a5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"restrictedConfigurations": [
1717
"java.jdt.ls.java.home",
1818
"java.home",
19-
"java.jdt.ls.vmargs"
19+
"java.jdt.ls.vmargs",
20+
"java.configuration.runtimes"
2021
]
2122
},
2223
"virtualWorkspaces": false

0 commit comments

Comments
 (0)