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:
Hi! That sounds weird, the extension shouldn't keep calling the symbols provider. Regarding that issue I've just now released a fix regarding another symbol issue, you might want to try the new version just released (v2.6.7)
If it still doesn't work, you can try disabling the symbol functionality, by adding this to the settings.json:
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: