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

Provide a fallback environment with the VSCode extension #915

Merged
merged 6 commits into from
Oct 20, 2024

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    c7d4463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    944549a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    cd77fde View commit details
    Browse the repository at this point in the history
  2. lsp: Use fallback env when possible

    If a client provides the `esbonio.sphinx.fallbackEnv`, repurpose the server's Python interpreter
    to launch the Sphinx agent.
    alcarney committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f99788b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba6422b View commit details
    Browse the repository at this point in the history
  4. ci: Limit PR builds to 20min

    Most runs conclude on the order 5min +/- 2min, so if we hit the 20min
    mark chances are something has hung.
    alcarney committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    55fc2d4 View commit details
    Browse the repository at this point in the history