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
The existing logic to resolve WDL paths goes as follows:
If multiple "workspace folders" feature of VC Code is used, then it crawls each such folder.
If "workspace folders" is not used, and only a single "root folder" is opened in VS Code instead, then it crawls that folder.
So from what I can see, it should correctly resolve any WDL paths in either case, as long as all of the WDLs are located within the same workspace (i.e. either a "workspace folder" or a "root folder"). Does that make sense?
Using this within Visual Source Code
Within my VSC root directory I have 4 projects: Pipeline, Utils, Upload, and Download
I am required to have the import path of the files in pipeline be Pipeline/src/wdl/...
If I import a file from Utils its path is Utils/src/wdl/...
So far as this tool is concerned, none of my imports are valid, so utilities like "Show Definition" do not work.
I need a parameter I can set in the .env files that lets me tell the WDL tools where the project base (or bases) is for imports
The text was updated successfully, but these errors were encountered: