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
I have a custom handler to fallback to regex search function implementation when I can't find one with ts-server.
It happens quite often on the monorepos I work that I can easily find the function declared on another subproject but using CocAction('jumpImplementtion') jumps to .d.ts files.
Is there some way to tell ts-server to filter out .d.ts files from possible jumpLocations for jumpImplemention?