-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The VCS path is correctly configured, but it prompts that the VCS tool is not found.
To Reproduce
The reason is that the newer version of vcs does not have the --version command. Usually, vcs uses -id to query version information.
Code
*************************************************
Checking External Tool Configuration (https://terostechnology.github.io/terosHDLdoc/docs/external_tools/)
❌ Some checks failed ❌
*************************************************
⊙ Selected external tool: VCS. Installation path: "/tools/synopsys/vcs/U-2023.03-SP2/bin"
🔎 Searching for the binary vcs at "/tools/synopsys/vcs/U-2023.03-SP2/bin/vcs"
❌ vcs not found at "/tools/synopsys/vcs/U-2023.03-SP2/bin/vcs". Search executed with: "/tools/synopsys/vcs/U-2023.03-SP2/bin/vcs --version"
🔎 Searching for the binary vcs at "/tools/synopsys/vcs/U-2023.03-SP2/bin/vcs.exe"
❌ vcs not found at "/tools/synopsys/vcs/U-2023.03-SP2/bin/vcs.exe". Search executed with: "/tools/synopsys/vcs/U-2023.03-SP2/bin/vcs.exe --version"
🔎 Searching for the binary vcs at "/tools/synopsys/vcs/U-2023.03-SP2/bin"
❌ vcs not found at "/tools/synopsys/vcs/U-2023.03-SP2/bin". Search executed with: "/tools/synopsys/vcs/U-2023.03-SP2/bin --version"
🔎 Searching for the binary vcs at "/tools/synopsys/vcs/U-2023.03-SP2/bin.exe"
❌ vcs not found at "/tools/synopsys/vcs/U-2023.03-SP2/bin.exe". Search executed with: "/tools/synopsys/vcs/U-2023.03-SP2/bin.exe --version"
🔎 Searching for the binary "vcs" in the system path
❌ vcs not found in the system path. Search executed with: "vcs --version"
👎 The VCS installation path is not correctly configured. The binary could not be located in either the system path or the configured path. Please check the documentation.
Please complete the following information:
- OS: [e.g.Ubuntu 24.04.1 LTS]
- VSCode version version [1.103.0]
Screenshots
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working