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 install] 4/n add retry for pip install dependencies #1294

Merged
merged 2 commits into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. 3/n Update Initialize to invoke select interpreter

    This diff updates the initialize flow to include the Python interpreter selection step. It ensures dependencies are installed only after the interpreter selection is finalized, accommodating the no-op change where the selected interpreter remains unchanged.
    
    Note: If the extension is not activated, invoking the Initialize AIConfig command for an unknown reason installs dependencies on the pre-selected interpreter path
    
    
    ## testplan
    
    Extension initializes on Opening An AIConfig
    
    Test select a new interpreter
    
    Test reselecting the same interpreter
    
    https://github.com/lastmile-ai/aiconfig/assets/141073967/1a51ff89-3889-4fd6-8964-c341453ddf68
    Ankush Pala ankush@lastmileai.dev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    589100b View commit details
    Browse the repository at this point in the history
  2. [vscode install] 4/n add retry for pip install dependencies

    Ankush Pala ankush@lastmileai.dev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ea1664f View commit details
    Browse the repository at this point in the history