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
Related to #38, but on that one it was decided to just support a single shared definitions file.
To support separate definitions files, a few changes are needed:
LanguageServer needs to request configuration with a resource scope for the file currently being worked on (auto-complete or hover)
LanguageClient middleware added for Support VSCode multi-root #38 needs to detect the resource scope and skip the path rewriting. VsCode default configuration should supply the config value for the appropriate workspace based on the resource scope
LanguageServer needs to maintain a definitions file state for all possible definitions files and to use the correct one depending on the file being worked on
The text was updated successfully, but these errors were encountered:
Related to #38, but on that one it was decided to just support a single shared definitions file.
To support separate definitions files, a few changes are needed:
The text was updated successfully, but these errors were encountered: