Skip to content

Commit 46f8e01

Browse files
Mark java.configuration.runtimes untrusted
Change as per: #2337 (comment) Signed-off-by: Parth Thakkar <thakkar.parth.d@gmail.com>
1 parent 1d84904 commit 46f8e01

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)