blob: 8d227a067176c2b2fc564fe86add1eb0bea4b41b [file] [log] [blame] [view] [edit]
# Services
New code for common utilities should be put under `common` rather than
`services`.
Historically we have been distinguishing `common` and `services` so that
`common` doesn't use `vscode` namespace. It was convenient for unit testing, but
now we have rich vscode doubles support and the distinction is less useful.