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

[vscode][3/n] Setup Env Variables: Use env template file for new files #1283

Merged
merged 2 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. [vscode][2/n] Setup Env Variables: Define env path

    Opening a window for user to enter in an `.env` path. Using the home dir for now, but can change to workspace if you want, not a big deal.
    
    Next diffs will implement a static file template and use that when env path doesn't exist. Diff after that I'll deal with existing env path situation
    
    ## Test Plan
    
    https://github.com/lastmile-ai/aiconfig/assets/151060367/cceadc3a-cd20-4164-b8b2-c8d11b36b5bb
    Rossdan Craig [email protected] committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    de91bd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. [vscode][3/n] Setup Env Variables: Use env template file for new files

    If the file does not exist, created a template file with some helper text to help guide people on how to set their environment variables.
    
    Next PR I will handle the use case for when the env file already exists
    
    ## Test Plan
    
    https://github.com/lastmile-ai/aiconfig/assets/151060367/4608833c-d64f-4906-a7ed-94af12174c6d
    Rossdan Craig [email protected] committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    70a73b0 View commit details
    Browse the repository at this point in the history