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 an issue with the open api extension picking the wrong *.deps.json file when determining which dll to search for functions in. This leads to an empty documentation
It seems like the first *.deps.json file is selected.
and that it searches through the whole app directory and not just the "bin" folder for these files. The app directory may contain multiple *.deps.json, while the "bin" folder only seem to contain one (function.deps.json) which seems to be the one it should be looking for
Should it search for *.deps.json directly in the "bin" folder (variable: runtimepath) or search specifically for function.deps.json?