viperproject / viper-ide

This is the main repository for the Viper IDE extension for VS Code.
Mozilla Public License 2.0
10 stars 11 forks source link

Cannot include a Viper plugin #410

Closed totoyoyo closed 1 year ago

totoyoyo commented 1 year ago

I tried adding a plugin to a verifier through the Viper-IDE settings. However, this does not seem to work. For example, this is from the viperSettings.verificationBackends settings:

"stages": [
           {
            "name": "verify",
            "isVerification": true,
            "mainMethod": "viper.carbon.Carbon",
            "customArguments": "--plugin vipeeaser.das --z3Exe $z3Exe$ --boogieExe $boogieExe$ $fileToVerify$"
           }
]

The argument to --plugin is complete gibberish, but there are no errors, suggesting that no plugin is added. I have also tried a valid input but did not see any effect from the plugin. I suspect the plugin is not even loaded. Writing out the command in cmd works, but not in the Viper IDE. What's the issue?

totoyoyo commented 1 year ago

I moved this issue to the viperserver repository, so closing this one.