I'm using the VSCode plugin (Bash IDE) and currently, there's no way to jump to files. So for eg, with this code: I would expect that when hovering over the file path, it'll convert to a link and I'll be able to jump to the file. ```bash source ./path/to/file ```