Forum Discussion
Former Member
2 years agoI took a look at the extension and installed it. Unless I missed something, it seems like this helps with browsing your 1password values and inserting references.
What I'm trying to do is understand the right way to configure a Launch configuration that utilizes one password to inject its secrets into the runtime so they can be utilized during debugging. The obvious choice I think is to set the launch configuration to run op run
, but I'm not sure if this will break debugging due to something like process forking. I'll continue to experiment and report back.