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
The problem is partly my network and proxy settings, which does not work very well the default installation script.
It would be nice if one can download and install prusti manually and then configure it in vscode offline.
I tried building prusti and putting path/to/prusti-dev/target/release in "Local Prusti Path" but it seems to be simply ignored without any diagnostics.
The text was updated successfully, but these errors were encountered:
When setting prusti-assistant.localPrustiPath, did you also set prusti-assistant.buildChannel to Local?
The prusti-assistant.localPrustiPath cannot just point to prusti-dev/target/release; it should point to some folder /path/to/foobar that has been populated with prusti-dev/x.py package release /path/to/foobar to properly include all the Z3 and Viper dependiencies.
Steps to reprodce:
The problem is partly my network and proxy settings, which does not work very well the default installation script.
It would be nice if one can download and install prusti manually and then configure it in vscode offline.
I tried building prusti and putting path/to/prusti-dev/target/release in "Local Prusti Path" but it seems to be simply ignored without any diagnostics.
The text was updated successfully, but these errors were encountered: