ra-jeev / write-assist-ai

OpenAI-powered Text Rewriter for VS Code. Works with Markdown, LaTeX and text files. Fully customizable through settings.
MIT License
10 stars 1 forks source link

Get the OpenAI ApiKey dynamically during runtime from the user #6

Closed ra-jeev closed 8 months ago

ra-jeev commented 8 months ago

Right now the ApiKey is exposed in plain text in the extension's settings. It should be taken during runtime, and then stored securely using VSCode secretStorage.