eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.29k stars 2.45k forks source link

[vscode] Implement stubbed API for Test Coverage #13858

Open rschnekenbu opened 6 days ago

rschnekenbu commented 6 days ago

https://github.com/eclipse-theia/theia/issues/13549 stubbed the API for Test Coverage, this task tracks the real implementation of it. The test-provider-sample from vscode extension sample repository can help for the development of this feature.