mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* [DOCS] Fix beta tag in Code Docs * Add additional content about cloning repos * More grammar edits * Address Gail's feedback. * Fix build errors * Another build fix * [DOCS][CODE]: Add GO as a supported language server * Update code-install-lang-server.asciidoc
This commit is contained in:
parent
2fe225009d
commit
d4200f4c75
3 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[[code-install-lang-server]]
|
||||
== Install language server
|
||||
|
||||
*Code* comes with built-in language support for TypeScript. You can install additional languages as a {kib} plugin.
|
||||
*Code* comes with built-in language support for TypeScript. You can install additional languages as a {kib} plugin. Plugin's reduce the distribution size to run Code inside {kib}. Install only the languages needed for your indexed repositories.
|
||||
|
||||
[role="screenshot"]
|
||||
image::images/code-lang-server-tab.png[]
|
||||
|
@ -9,6 +9,7 @@ image::images/code-lang-server-tab.png[]
|
|||
For the current version, *Code* supports the following languages in addition to TypeScript:
|
||||
|
||||
* `Java`
|
||||
* `GO`
|
||||
|
||||
You can check the status of the language servers and get installation instructions on the *Language Servers* tab. Make sure the status of the language server is `INSTALLED` or `RUNNING` after you restart the {kib} instance.
|
||||
[role="screenshot"]
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 213 KiB After Width: | Height: | Size: 217 KiB |
Binary file not shown.
Before Width: | Height: | Size: 438 KiB After Width: | Height: | Size: 457 KiB |
Loading…
Add table
Add a link
Reference in a new issue