Skip to content

Commit

Permalink
[DOCS][CODE]: Add GO as a supported language server (#47550) (#47870)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
narcher7 authored Oct 10, 2019
1 parent 2fe2250 commit d4200f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/code/code-install-lang-server.asciidoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[[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[]

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"]
Expand Down
Binary file modified docs/images/code-lang-server-status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/code-lang-server-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4200f4

Please sign in to comment.