Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language server keeps running at 8% after VSCodium is turned off. #296

Open
MachineTrader opened this issue Sep 22, 2023 · 1 comment
Open
Labels
unconfirmed Unconfirmed bug

Comments

@MachineTrader
Copy link

MachineTrader commented Sep 22, 2023

Two instances of the Language server keeps running at 8% after VSCodium is turned off.
I hadn't used VSCodium for some minutes so it was in the background of my desktop. But I was noticing heat from the computer.
And even though I was not coding, I saw two instances of the vala server running in the background at 8% cpu.
So I treid to turn of VSCode, and those two instances are still running at 8.39% as I'm writing.

Software
Endevour OS kernel 6.5.3-zen1-1-zen
Gnome 44.5
Code editor : VSCodium
Vala Language Server: 0.48.7-7
Vala version: 0.56.13

To Reproduce
Just had a short Genie example with some not correct syntax:

[indent=0]

init 
	var my_set = new set of int,int
	

This is all that was in the file. Sets don't exist in Genie.

Under the problem tab it says:
The name set' does not exist in the context of main'

Which is correct:)

@MachineTrader
Copy link
Author

I'm finding that after a reboot I'm unable to reproduce this.
Which means the code above is not enough to cause this, it could've happened earlier, I just didn't notice at once..
So I'll have to get back when I find a way to reproduce this reliably.

@Prince781 Prince781 added the unconfirmed Unconfirmed bug label Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unconfirmed Unconfirmed bug
Projects
None yet
Development

No branches or pull requests

2 participants