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.
2 parents a0ad1ff + e0ee543 commit 2ff0fb3Copy full SHA for 2ff0fb3
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