Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个具有 linting 功能的 VSCode 扩展。linter 可以定制很多。人们如何允许用户自定义这样的功能?完全在用户偏好设置中?特别命名的文件?指定设置文件路径的用户首选项设置?
看起来您可以拥有一个.vscode\settings.json文件,该文件允许在每个工作区的基础上覆盖全局用户首选项。
.vscode\settings.json