-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate path to common test resources in IntelliJ (#349)
Thanks to this, one can click in the IDE to go to the test resource: <img width="1040" alt="Screenshot 2025-01-09 at 22 25 04" src="https://github.com/user-attachments/assets/6eeef159-d48b-438b-9b9e-7953cb16b17d" /> and invalid paths are highlighted with red: <img width="594" alt="Screenshot 2025-01-09 at 22 25 30" src="https://github.com/user-attachments/assets/3abedb1d-de78-4b35-bdcf-3b09b4ebf16c" /> To achieve it, we need to have a leading slash, hence the changes in all call sites of `stringFromResources` function.
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters