-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove relative path info from executable field #1839
Conversation
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
@wbrowne I'm trying this out but it is not working for me. It tries to get the executable from the datasource folder. am I missing something? I deleted the dist folder. run |
Let me check I didn't miss something! |
* Fix: Problems panel failing for versions before 7.0.0 * Add tests * Use spy instead of new argument
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
@zoltanbedi could you take it for a spin now and let me know if it's okay for you? 🙏 Can you also confirm the directory structure of the built plugin looks like the following: Plugin dist
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @wbrowne!
Related to #1785
A change in the plugin SDK allows us now to not require the nested datasource executable to live in the parent root directory.