You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has taken me frustrated hours of figuring out that for some reason this extension causes the language server of the Microsoft C/C++ extension to fail on refactor by constantly re-invoking Find all references and thus canceling workspace parsing before it can finish over and over again.
More information can be found in this issue over at their repository.
Edit:
After looking at your implementation, i believe this to be the culprit:
It has taken me frustrated hours of figuring out that for some reason this extension causes the language server of the Microsoft C/C++ extension to fail on refactor by constantly re-invoking Find all references and thus canceling workspace parsing before it can finish over and over again.
More information can be found in this issue over at their repository.
Edit:
After looking at your implementation, i believe this to be the culprit:
https://github.com/jeronimoek/color-picker-universal/blob/main/src/utils/helpers.ts#L280-L299
The text was updated successfully, but these errors were encountered: