Closed
Description
It is assumed that vyper is installed and generally available on the system (pip install vyper). In case vyper is not available in path or called in a virtualenv configure the vyper command in Settings → Vyper → Command
Can not make to extension to watch venv directory to get vyper compiler. The only one way, that works, is:
/home/username/path-to-project/venv/bin/vyper
But relative paths not working:
venv/bin/vyper
./venv/bin/vyper
${workspaceRoot}/venv/bin/vyper
${workspaceFolder}/venv/bin/vyper
Metadata
Metadata
Assignees
Labels
No labels