Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 286
demongolem Avatar asked Apr 02 '20 13:04

demongolem


1 Answers

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

enter image description here

like image 151
xtian Avatar answered Oct 14 '22 07:10

xtian