Shim command before python call #19110
Unanswered
jamesstidard
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It depends on what you want it for. You can use a custom task to launch using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1Password have a way of storing secrets securely in your .env, and I was looking to see if I could fit it into my workflow.
It relies on an activating a shell environment which handles authentication, and then replacing those environment variables at run time. And as a bonus, it conceals those secrets if they are ever printed to stdout/err.
Here's how you might run a pipenv project:
I was wondering if there's any way to shim the
op run --
segment in before any calls that vscode makes to python?Beta Was this translation helpful? Give feedback.
All reactions