Skip to content

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