From 66df4eae21c7c2e2864e6272fe0117288fb0e87f Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Tue, 25 Feb 2020 12:06:53 +0100 Subject: [PATCH 1/2] [#470] Gitpod configuration --- .gitpod.yml | 5 +++++ README.md | 13 ++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..a51c37a54 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: erlang:22.2.7 + +vscode: + extensions: + - erlang-ls.erlang-ls@0.0.8 diff --git a/README.md b/README.md index 53bc7f1c3..6c8ef0e13 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,18 @@ Look for the `erlang-ls` extension and install it. That's it. Remember that the Erlang Language Server requires Erlang/OTP 21 or higher to run, so ensure that OTP 21+ is available in your `PATH`. +#### Theia IDE + +It is possible to use Erlang LS in Theia IDE by including Erlang/OTP +in your running instance and installing the +[VSCode extension](https://marketplace.visualstudio.com/items?itemName=erlang-ls.erlang-ls). + +If you want to give it a try by using GitPod click +[here](https://gitpod.io/#https://github.com/erlang-ls/erlang_ls). +To use this same setup with your Erlang project (hosted in GitHub or +Gitlab) you can find the GitPod configuration in +[`.gitpod.yml`](https://github.com/erlang-ls/erlang_ls/blob/master/.gitpod.yml). + ### Sublime Text 3 Setup Using the _Command Palette_, select `Package Control: Install Package` @@ -338,7 +350,6 @@ you should see the message that Coc has connected to it: For suggestions on configuring Coc see its [example configuration documentation](https://github.com/neoclide/coc.nvim#example-vim-configuration). - ## Features This section summarizes the functionalities currently implemented by From 214e6aba238171df23785b6ca552fa2712102718 Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Wed, 26 Feb 2020 07:41:43 +0100 Subject: [PATCH 2/2] [#470] Fix title level --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c8ef0e13..7a3a348ed 100644 --- a/README.md +++ b/README.md @@ -465,7 +465,7 @@ And you can connect to it via: The [redbug](https://github.com/massemanet/redbug) application is included in _debug mode_, so feel free to use it. -## The `erlang_ls` Database +### The `erlang_ls` Database The `erlang_ls` language server uses [Mnesia](https://erlang.org/doc/man/mnesia.html) to persist