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.
1 parent b13395f commit 8673fd1Copy full SHA for 8673fd1
1 file changed
README.md
@@ -175,10 +175,10 @@ ElixirLS provides a codelens to identify and run your tests. If you configure `e
175
: Open the output panel that displays logs and compiler information from the server.
176
177
```lua
178
-require("elixir").open_output_panel()
179
-require("elixir").open_output_panel({ window = "split" })
180
-require("elixir").open_output_panel({ window = "vsplit" })
181
-require("elixir").open_output_panel({ window = "float" })
+require("elixir.elixirls").open_output_panel()
+require("elixir.elixirls").open_output_panel({ window = "split" })
+require("elixir.elixirls").open_output_panel({ window = "vsplit" })
+require("elixir.elixirls").open_output_panel({ window = "float" })
182
```
183
184
## credo-language-server
0 commit comments