Current the extension will be activated only if the extension command is triggered. Or user opened a java file.
We need to consider to change the activation event. For example https://github.com/redhat-developer/vscode-java/blob/master/package.json
Here are some changes that need to be done:
Current the extension will be activated only if the extension command is triggered. Or user opened a java file.
We need to consider to change the activation event. For example https://github.com/redhat-developer/vscode-java/blob/master/package.json
Here are some changes that need to be done: