jimmymcp / al-test-runner

VS Code Extension to help run AL tests against Business Central container
https://jpearson.blog/al-test-runner-for-visual-studio-code/
MIT License
11 stars 16 forks source link

Support for VSC workspaces (launch.json) #121

Closed frottke closed 6 months ago

frottke commented 7 months ago

Hello @jimmymcp ,

it looks like that with issue #79 there is now support for a launch.json in the workspace file. Unfortunately I'm still getting the same error as christian does. As seen in VSC marketplace your extension is on v10 but it's fixed only as early as 10.7.34 (prerelease).

thanks in advance

jimmymcp commented 7 months ago

hi,

This issue ought to have been resolved (you should see that the relevant launch configuration is determined by VS Code and then passed in the PowerShell command to the test runner). Is your problem fixed in the pre-release? If so, I'll catch the release version up with the same changes.

Cheers, James

christianbraeunlich commented 6 months ago

Hi @jimmymcp, yes for me this issue is fixed in #79. Sorry for the late response.