jomiller / vscode-rtags

RTags Client for Visual Studio Code
GNU General Public License v3.0
10 stars 0 forks source link

Only one project can be indexed at a time #11

Closed jomiller closed 5 years ago

jomiller commented 6 years ago

Because we want to notify the user when a project has finished being indexed, we can index only one project at a time, and other indexing tasks must be queued up. It seems the only way to track indexing progress is to repeatedly poll rc --is-indexing. This option reports only a single global status and is not specific to a given project.

jomiller commented 5 years ago

This issue is being addressed in https://github.com/Andersbakken/rtags/pull/1270

jomiller commented 5 years ago

The pull request was merged in https://github.com/Andersbakken/rtags/commit/dff9d2638009635941fa9812eba76043edc8e8b8