Open christianbraeunlich opened 8 months ago
Sorry, getting round to looking at some old open issues today. Is this still a problem? In your example it looks like VS Code couldn't find any launch settings for the test folder. The extension uses the VS Code API for this which should look in the folder/workspace settings/user settings to retrieve launch settings.
Maybe this doesn't work well if you haven't already selected a launch config to use with the extension? You are prompted to do that when you are running a test and haven't already selected a launch profile, but maybe not when just installing the test runner service.
Hello there,
when trying to install the Test Runner Service from within a vscode workspace via vscode command AL Test Runner: Install Test Runner Service it throws an error.
Used sample project structure:
Error message:
Would it be possible to extend the Install Test Runner Service command by support for VSC workspaces (related to #79) as well?
Thanks in advance /Christian