mirror of
https://github.com/cdr/code-server.git
synced 2025-12-09 09:55:30 +01:00
The telemetry service depends on this now. I had to move it into invokeFunction and use accessor.get otherwise getLogger on the service was undefined. I also had to move some the extension management service because it depends on the moved telemetry service. I moved a few other services as well to better match VS Code (sharedProcessMain.ts). I swapped some this.services.get with accessor.get since that seems to be the correct method although for these other services either method seems to work. |
||
|---|---|---|
| .. | ||
| image | ||
| ci.sh | ||
| diff-vscode.sh | ||
| fmt.sh | ||
| lint.sh | ||
| patch-vscode.sh | ||
| test.sh | ||
| vscode.patch | ||
| vscode.sh | ||
| watch.ts | ||