Max Manders

Results 3 comments of Max Manders

I've tried all manner of tweaks (both general, and hacky project-specific) in vimrc and coc-settings. No amount of pointing at venv (pipenv) specific paths seems to help - I still...

For what it's worth, I've had success with ``` module "my_module" { source = "git::ssh://[email protected]/organisation/repo.git//path/to/module?ref=tag_v0.0.1" } ``` Note the `/` rather than `:` after `[email protected]`. I saw errors when using...