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/asdf: support configuration environment variables #2029

Closed
wants to merge 2 commits into from

Commits on May 10, 2024

  1. vscode/asdf: support configuration environment variables

    This adds support for detecting asdf configuration via its environment variables:
    * ASDF_DIR: installation location
    * ASDF_DATA_DIR: data directory
    gi committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2ce3ffc View commit details
    Browse the repository at this point in the history
  2. vscode/asdf: refactor config environment variable detection

    This removes the detection of the asdf configuration directories for
    setting the associated environment variables during activation:
    * ASDF_DIR: install location
    * ASDF_DATA_DIR: data directory
    
    After the activation script is run, the resulting environment variables
    are inspected for existence of those above. If not set, the directories
    are detected automatically.
    gi committed May 10, 2024
    Configuration menu
    Copy the full SHA
    de6114c View commit details
    Browse the repository at this point in the history