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

ccls wont quit when vscode quit #104

Open
findNextStep opened this issue Jul 14, 2020 · 1 comment
Open

ccls wont quit when vscode quit #104

findNextStep opened this issue Jul 14, 2020 · 1 comment

Comments

@findNextStep
Copy link

Observed behavior

close vscode when ccls has many jobs need to index, the ccls will still running before all index done

Expected behavior

ccls stop to work when vscode closed.

Steps to reproduce

  1. open a large workspace without ccls index
  2. once ccls start index and show xxx/xxxx jobs
  3. close vscode
  4. ccls is still running in background and use cpu
  5. open vscode again another ccls start and use cpu

System information

  • OS: mac
@GitMensch
Copy link

I'd say the issue is that on the restart the old ccls process should be used (or the new one should wait until the indexing files are not locked any more if the old one closes the handles on these files after writing the index).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants