Skip to content

Suggestion: add-on recommendations in settings #186

Description

@wolf81

VS Code has workspace recommendations, which is a nice way to get a project up and running quickly after cloning a repo. The user is notified of recommended extensions and can quickly install them.

I think it would be nice if the VS Code add-on for LuaLS would support the same. Perhaps settings could be extended with something like:

{
   "properties": {
      "workspace": {
         "recommendations": ["love2d"]
      }
   }
}

And then after installing the LuaLS extension, a window could pop-up showing the recommended add-on(s), to be installed with the click of a button.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions