vscode-terosHDL icon indicating copy to clipboard operation
vscode-terosHDL copied to clipboard

`working_directory` is hardcoded and it is very inconvenient

Open tafkos opened this issue 9 months ago • 1 comments

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 directory path config in Project settings.

tafkos avatar Apr 04 '25 14:04 tafkos

I agree. I have it pending. This is related to #764

qarlosalberto avatar Apr 08 '25 09:04 qarlosalberto

Done.

qarlosalberto avatar Sep 22 '25 09:09 qarlosalberto