Describe the bug
When the user clicks the Verify Setup button within the Configuration section, it attempts to get the version of the installed Vivado application that was provided in the settings. The problem is that in https://github.com/TerosTechnology/vscode-terosHDL/blob/e2c4806782f8d3290665f926d173aa375eec6ee1/src/teroshdl/features/configChecker/externalTools.ts#L42 file, the --version flag is hardcoded, but the two dashes don't work, because the Vivado executable requires only a single dash in order to print the correct version (please see screenshot below). This leads to Verify Setup failing. (See second screenshot)
To Reproduce
Set the correct path to the Vivado executable and afterwards click on the Verify Setup button.
Describe the bug When the user clicks the
Verify Setup
button within the Configuration section, it attempts to get the version of the installed Vivado application that was provided in the settings. The problem is that in https://github.com/TerosTechnology/vscode-terosHDL/blob/e2c4806782f8d3290665f926d173aa375eec6ee1/src/teroshdl/features/configChecker/externalTools.ts#L42 file, the--version
flag is hardcoded, but the two dashes don't work, because the Vivado executable requires only a single dash in order to print the correct version (please see screenshot below). This leads toVerify Setup
failing. (See second screenshot)To Reproduce Set the correct path to the Vivado executable and afterwards click on the
Verify Setup
button.Please complete the following information:
Screenshots