tree: d643b8ead330f74182de134e1cb28fc8930b14b8 [path history] [tgz]
  1. chromiumos/
  2. watchers/
  3. config.ts
  4. git_document.ts
  5. index.ts
  6. react_panel.ts
  7. README.md
  8. sudo.ts
ide_tooling/cros-ide/src/services/README.md

The services directory contains common services that can be used from any feature. Services typically utilizes some VSCode functionalities or configurations to function, and when some of the configurations change, they should reflect the change on its own.

The difference between common and services is that services know about vscode namespace, but common doesn't. services can use common, but common cannot use services.