We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ad1ff commit e0ee543Copy full SHA for e0ee543
vscode/src/lsp/launchOptions.ts
@@ -54,7 +54,8 @@ const extraLaunchOptions = [
54
"--locale", l10n.nbLocaleCode(),
55
"--start-java-language-server=listen-hash:0",
56
"--start-java-debug-adapter-server=listen-hash:0",
57
- "-J-DTopSecurityManager.disable=true"
+ "-J-DTopSecurityManager.disable=true",
58
+ "-J--enable-native-access=ALL-UNNAMED"
59
];
60
61
const prepareUserConfigLaunchOptions = (): string[] => {
0 commit comments