I think we should remove the dependency to the vscode-test-explorer since it will be deprecated now the vscode test API has been finalized (see this announcement). I quickly tried to remove this dependency myself in #33 but received the following errors when building:
src/core.ts:354:115 - error TS2571: Object is of type 'unknown'.
354 this.testsEmitter.fire(<TestLoadFinishedEvent>{ type: 'finished', errorMessage: `Couldn't establish IPC:\n${err.stack}` });
I don't think there are related to the code changes I made are related. I sadly don't have time to investigate this further due to some pressing deadlines.
I think we should remove the dependency to the vscode-test-explorer since it will be deprecated now the vscode test API has been finalized (see this announcement). I quickly tried to remove this dependency myself in #33 but received the following errors when building:
I don't think there are related to the code changes I made are related. I sadly don't have time to investigate this further due to some pressing deadlines.