
In the log i get the error:
2023-09-21 20:17:21.8467 | INF | bolt.dataverse.client.CdsClient :: Connected to CDS Org
2023-09-21 20:17:21.8487 | INF | bolt.module.pcf.PcfPushVerb :: Executing dotnet
2023-09-21 20:17:21.8487 | INF | bolt.module.pcf.PcfPushVerb :: with arguments: /Users/xyz/Library/Application Support/Code/User/globalStorage/microsoft-isvexptools.powerplatform-vscode/pac/.store/microsoft.powerapps.cli.tool/1.27.6/microsoft.powerapps.cli.tool/1.27.6/tools/net6.0/any/pac.dll solution init --publisher-name PowerAppsToolsPublisher_new --publisher-prefix new
2023-09-21 20:17:21.9849 | ERR | bolt.module.pcf.PcfPushVerb :: Could not execute because the specified command or file was not found.
2023-09-21 20:17:21.9852 | ERR | bolt.module.pcf.PcfPushVerb :: Possible reasons for this include:
2023-09-21 20:17:21.9852 | ERR | bolt.module.pcf.PcfPushVerb :: * You misspelled a built-in dotnet command.
2023-09-21 20:17:21.9852 | ERR | bolt.module.pcf.PcfPushVerb :: * You intended to execute a .NET program, but dotnet-/Users/cbt/Library/Application does not exist.
2023-09-21 20:17:21.9852 | ERR | bolt.module.pcf.PcfPushVerb :: * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
2023-09-21 20:17:21.9980 | ERR | bolt.module.pcf.PcfPushVerb :: Failed to launch process with exit code: 1
Seems like it is having trouble handling the space in the path at Application Support: - /Users/xyz/Library/Application Support/Code/User/globalStorage/microsoft-isvexptools.powerplatform-vscode/pac/.store/microsoft.powerapps.cli.tool/1.27.6/microsoft.powerapps.cli.tool/1.27.6/tools/net6.0/any/pac.dll
"You intended to execute a .NET program, but dotnet-/Users/cbt/Library/Application does not exist.".
Any ideas on how to get this to run?
Recognizing this is a couple weeks old, I still want us to get an answer in here...
My guess is that the solution would be:
Guessing you've already solved this issue by now, so are any of those correct?