mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
This commit is contained in:
parent
50b73f5e34
commit
616e0f2004
2 changed files with 2 additions and 1 deletions
|
@ -162,7 +162,7 @@ class AdminLanguageSever extends React.PureComponent<Props, State> {
|
|||
}
|
||||
|
||||
const SupportedOS = [
|
||||
{ id: 'win', name: 'Windows' },
|
||||
{ id: 'windows', name: 'Windows' },
|
||||
{ id: 'linux', name: 'Linux' },
|
||||
{ id: 'darwin', name: 'macOS' },
|
||||
];
|
||||
|
|
|
@ -123,6 +123,7 @@ export class JavaLauncher extends AbstractLauncher {
|
|||
'-Dosgi.bundles.defaultStartLevel=4',
|
||||
'-Declipse.product=org.elastic.jdt.ls.core.product',
|
||||
'-Dlog.level=ALL',
|
||||
'-Dfile.encoding=utf8',
|
||||
'-noverify',
|
||||
'-Xmx4G',
|
||||
'-jar',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue