You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Failed to install Codeflash for VSCode. Please try installing it manually from the Marketplace: https://marketplace.visualstudio.com/items?itemName=codeflash.codeflash"
832
+
)
830
833
click.echo(error.strip())
831
834
else:
832
835
output= (result.stdoutor"").lower()
833
836
if"already installed"inoutput:
834
837
click.echo("✅ Codeflash for VSCode is already installed.")
835
838
return
839
+
ph("vscode-extension-installed")
836
840
click.echo("✅ Installed the latest version of Codeflash for VSCode.")
0 commit comments