[ty] Remove mentions of VS Code from server logs (#21155)

Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
Matthew Mckee
2025-11-03 14:49:58 +00:00
committed by GitHub
parent 6ddfb51d71
commit e2e83acd2f
6 changed files with 50 additions and 37 deletions

View File

@@ -113,8 +113,11 @@ pub enum PythonVersionSource {
/// long argument (`--extra-paths`) or `--config key=value`.
Cli,
/// The value comes from the Python VS Code extension (the selected interpreter).
PythonVSCodeExtension,
/// The value comes from the user's editor,
/// while it's left open if specified as a setting
/// or if the value was auto-discovered by the editor
/// (e.g., the Python environment)
Editor,
/// We fell back to a default value because the value was not specified via the CLI or a config file.
#[default]