Handle plugins with no activate function #4850
Labels
bug
bugs found in the application
plug-in system
issues related to the plug-in system
Team: Che-Editors
issues regarding the che-editors team
vscode
issues related to VSCode compatibility
Some VS Code extensions don't see to export and activate function, for example the PHP debug.
While this is correct (see https://code.visualstudio.com/api/references/activation-events#Start-up), we should probably still load those plugins, becuase VS Code does the same.
I see this as a safe change, since we can just assume an empty "activate" function when none is present.
https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug
The text was updated successfully, but these errors were encountered: