Skip to content
#

editor-plugin

Here are 159 public repositories matching this topic...

Princesseuh
Princesseuh commented May 22, 2022

Describe the Bug

Currently, when opening Astro files outside of an Astro workspace, the extension will complain about not being able to find Astro. This is valid, however it's very annoying for users. It'd be great if the following happened:

  • If an Astro file is opened inside a non-Astro workspace, we should warn once, and only once about not being able to find Astro and that the experien
bug good first issue
schurhammer
schurhammer commented Jul 6, 2022

Due to how my environment is set up, the gleam executable is not in $PATH when the gleam extension is loaded, and thus it can not start the language server.
(Path is set in .bashrc which is apparently not loaded)

I think the simplest and/or most general solution would be to add a setting where you can manually specify the path to the gleam executable.

help wanted good first issue

Improve this page

Add a description, image, and links to the editor-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the editor-plugin topic, visit your repo's landing page and select "manage topics."

Learn more