eclipse-cdt-cloud / eclipse-cdt-cloud/vscode-trace-server
Deployment/installation of Trace Compass Server
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
### Feature Description:
As of now, the user is required to manually figure out how to download and install the Trace Compass Server. At least for MacOS there is not even a binary distribution package available, yet.
What would be an easy way to distribute the server component into user environments?
We could either bundle the server into the extension vsix archive which makes the archive much larger *and* platform specific. Or we could allow the extension to download the required binary bundle separately but (semi-)automatically.
In either case, we need to assure the binary bundles for all major target system (win, linux, mac) are built in CI and reliably made available.
Contributor guide
Assessment
This issue has not been assessed yet.