Suggestion: add-on recommendations in settings
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 215
- 派生
- 62
- PR 合并指标
- 30 天内没有已合并 PR
描述
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:
```json
{
"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.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位扩展清单和与设置相关的入口点,然后确认 VS Code 如何表示工作区扩展建议和安装提示。定义受支持的建议格式和提示行为,当建议在克隆的工作区中显示并可安装时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript, vscode
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100