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
Come up with a way to track/lookup an InputFile's corresponding InputIngot so that we can get its correct absolute path.
Ensure that InputFile paths are correctly set up in the language server (they should be relative to their corresponding ingot root)
The text was updated successfully, but these errors were encountered:
micahscopes
changed the title
Ensure sub-diagnostic paths are correctly constructed
Ensure sub-diagnostic paths are correctly reported
Jan 16, 2025
micahscopes
changed the title
Ensure sub-diagnostic paths are correctly reported
Ensure sub-diagnostic paths are correctly reported by the language server
Jan 16, 2025
Ensure that each InputFile is located within the root InputFile's directory. For example, if the root input file is my_lib/src/lib.fe, then all input files belonging to my_lib should be placed under my_lib/src.
See #1033 discussion for details.
To do:
InputFile
's correspondingInputIngot
so that we can get its correct absolute path.InputFile
paths are correctly set up in the language server (they should be relative to their corresponding ingot root)The text was updated successfully, but these errors were encountered: