wokwi / wokwi-docs

Documentation for the Wokwi Simulator
https://docs.wokwi.com
MIT License
125 stars 352 forks source link

VS Code / Redundant path in `wokwi.toml` #163

Open Semnodime opened 1 year ago

Semnodime commented 1 year ago

wokwi refuses to simulate the project when one of firmware vs elf is omitted while they are identical. I propose the option to merge them / ignore the missing one by assuming it as being redundant.

https://github.com/wokwi/wokwi-docs/blob/cf32894c6f3be943b8bea1d72904ba3eaa8f3270/i18n/pt-BR/docusaurus-plugin-content-docs/current/vscode/project-config.md?plain=1#L18-L19


This only happens when deleting the whole line within the .toml file….

urish commented 1 year ago

Good suggestion! May make sense to remove elf when firmware and elf are they same.