astral-sh / ruff-vscode

A Visual Studio Code extension with support for the Ruff linter.
Other
1.06k stars 53 forks source link

Return early if Python version check fails #517

Closed dhruvmanila closed 3 months ago

dhruvmanila commented 3 months ago

Summary

This is a follow-up from #516 and adopted from https://github.com/microsoft/vscode-python-tools-extension-template/commit/723f297671b4409e40ebbf820cb5d507d923f066.

Test Plan

Same test plan as #516 but validate that the script failure doesn't occur now that we exit early.