-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplantasksTask system issuesTask system issues
Milestone
Description
I have a suite of projects that I'd like to have a shared configuration (e.g. all the repos at my company).
Currently we have duplicate .vscode/settings.json
files, and several common .vscode/tasks.json
tasks. Some projects have additional tasks defined beyond the common ones.
I'm unsure what the right approach to take here is. I'd love some input
- Can extensions apply user settings, or define tasks/problem matchers? The docs don't seem to indicate that.
- Can a project declare a VS Code extension as a dependency? (seems unlikely, but hey :P)
- We're toying with the idea of a common package with a
postinstall
script that symlinks the configuration in (and just over-defining tasks) - but it's pretty ugly.
Taytay, robomojo, mayjs, simoncowie, Danieleeee and 147 morealkorsan, C0smin, turboborsuk, yongzhengqi, rrmistry and 6 more
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplantasksTask system issuesTask system issues