I am running VSCode on Windows with the project Open-CMSIS-Pack/vscode-get-started containing a vcpkg-configuration.json in its root.
vcpkg fails with the following output:
> Using vcpkg executable at ".vscode\extensions\ms-vscode.vscode-embedded-tools-0.6.0-win32-x64\assets\platform\win32-x64\vcpkg.exe".
> Using VCPKG_ROOT at "AppData\Roaming\Code\User\globalStorage\ms-vscode.vscode-embedded-tools\vcpkg\root".
> Activating environment at "vscode-get-started\vcpkg-configuration.json".
> Version of vcpkg used to create VCPKG_ROOT: "2023-01-24-8a88d63f241d391772fbde69af9cab96c3c64c75".
> Running vcpkg with arguments ["version"].
vcpkg package management program version 2023-01-24-8a88d63f241d391772fbde69af9cab96c3c64c75
See LICENSE.txt for license information.
> Bundled version of vcpkg: "2023-01-24-8a88d63f241d391772fbde69af9cab96c3c64c75".
> Running vcpkg with arguments ["activate","--project","vscode-get-started","--json","AppData\\Local\\Temp\\d5da59d60e5fb3221061526b6de69ca4"].
warning: vcpkg-ce ('configure environment') is experimental and may change at any time.
Downloading vcpkg-artifacts bundle 2023-01-24...
Downloading https://github.com/microsoft/vcpkg-tool/releases/download/2023-01-24/vcpkg-ce.tgz
write_contents("AppData\Roaming\Code\User\globalStorage\ms-vscode.vscode-embedded-tools\vcpkg\root\node_modules\ce-sha.txt"): no such file or directory
> Failed with exit code "1".
> Failed to activate environment at "vscode-get-started\vcpkg-configuration.json".
Any ideas what's going wrong? Running the same on Linux (WSL Ubuntu) works as expected.
I am running VSCode on Windows with the project Open-CMSIS-Pack/vscode-get-started containing a
vcpkg-configuration.jsonin its root.vcpkg fails with the following output:
Any ideas what's going wrong? Running the same on Linux (WSL Ubuntu) works as expected.