Closed apupier closed 3 months ago
Hello @apupier,
Thank you for bringing up this issue.
As a temporary solution, I suggest refraining from using relative paths (./scripts/postinstall.js) and opting for absolute paths instead. This should help mitigate the problem for the time being.
We're currently working on a new version that will include support for relative paths, which will be available soon.
Using an absolute path is a nogo as it will break the portability of the codebase.
Understood, @apupier. Thank you for your patience. Relative path support will be available soon.
Hello,
This issue has been resolved in the latest release, version 0.9.5. We appreciate your help in improving the project. If you have any further issues or suggestions, please feel free to reach out.
Best regards.
Describe the bug
I have a long loop with a notification warning popping up almost every seconds with text
Cannot convert undefined or null to object
To Reproduce
Do not know exactly, it happened several times today with my this project https://github.com/camel-tooling/camel-dap-client-vscode/ Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Logs
VSCode(please complete the following information):
CHE7/Theia(please complete the following information):
Additional context Add any other context about the problem here.