Why are there multiple Angular language server tabs in my Eclipse console

5.6k Views Asked by At

These days I quite commonly have my PyDev perspective open and do Python programming in Eclipse. When I run a Python program from the IDE and I go to check the Console for output, I see that not only do I have the output from the Python run, but I count right now 4 Angular language server tabs as well (and none of them are listed as terminated). One such tab for example has the text

[Info]  Angular language server process ID: 75209.  

Another tab says

[Info]  Using @angular/language-service v9.0.0-rc.4 from /Applications/Eclipse JEE.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_0.5.5.202002262342/language-servers/node_modules/@angular/language-service/bundles/language-service.umd.js

How do I get rid of these from appearing when I am doing Python? Is it simply a property of that plugin?

From eclipse the plugin entry shows:

Wild Web Developer  0.8.3.202003111701  org.eclipse.wildwebdeveloper.feature.feature.group  Eclipse Wild Web Developer project

This is a screenshot of what I see in the console window.

enter image description here

2

There are 2 best solutions below

2
On BEST ANSWER

You can get rid of the Angular consoles by disabling the Angular Language Server in Window > Preferences > Language Servers:

enter image description here

2
On

Ok, it is a bug (in Eclipse itself?) as specified in the plugin's git site. The Eclipse bug is Bug 544082 - Close Console when Language Server associated is stopped but there may be other related issues raised on the plugin project site.

Perhaps this would be the comparative Wild Web Developer bug Issue 390