vscode-terosHDL
vscode-terosHDL copied to clipboard
`working_directory` is hardcoded and it is very inconvenient
Is your feature request related to a problem? Please describe.
Build_dir aka working_directory is hardcoded and it is very inconvenient... e.g.
- outputs (e.g. VCD-files) from different projects are messed up
- when opening in vscode another path
homedir/TerosHDL/ - simulation path relative to homedir instead of project dir, making tricky to access files from simulations (i know about + options :) ) (src/colibri/project_manager/tool/generic_handler.ts#L35)
Describe the solution you'd like
I suggest to
- change default working directory relative to VSCode workdir:
${workspaceFolder}, - add
working directorypath config inProject settings.
I agree. I have it pending. This is related to #764
Done.