Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to autocomplete secret references inline #180

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dethancosta
Copy link
Contributor

@dethancosta dethancosta commented Oct 28, 2023

The user will now see a greyed-out suggestion with a secret reference once they type op://.

A few notes:

  • references are stored in plain text, although the only vault name stored is the current one, I understand that there are security concerns; any suggestions for improving this are welcome
  • retrieval of the references when VS Code starts up is slow; I'm not sure how to speed this up, as asynchronous code is already being used, and the list operation on item doesn't directly return references; admittedly I am not super experienced with Typescript, so there may be an obvious optimization that I'm not aware of. Again, suggestions are welcome.

Resolves #170

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto-complete secret references inline
1 participant