Failed to load plugin dependencies from ... path Error: ENOTDIR: not a directory #7240
Labels
bug
bugs found in the application
help wanted
issues meant to be picked up, require help
plug-in system
issues related to the plug-in system
Description
when a plugin file is an symbolic link, theia will failed to load this plugin
ERROR Failed to load plugin dependencies from ... path Error: ENOTDIR: not a directory
Reproduction Steps
OS and Theia version:
OS: centos 7
Theia: c965552
Diagnostics:
https://github.com/eclipse-theia/theia/blob/master/packages/plugin-ext/src/main/node/plugin-deployer-entry-impl.ts#L75 treats the link self as the target, not the file the link refers to.
The text was updated successfully, but these errors were encountered: