vscode-terosHDL
vscode-terosHDL copied to clipboard
Suggestion: Store project file close to code files, so that it will be captured by the user's source control
Currently project files are stored in some hidden location. It is unlikely that source control tools such as git will capture it, meaning that it will be difficult for teams to work with Teros projects. Suggest storing this file in some visible location close to code files which will be more likely to be captured by git.
There appears to be a manual export/load functionality in the project manager which saves the project to a YAML file, but this would require users to manually export the project before every commit, and manually import it after every update/merge.
Very nice, I will take a look