From 948f2e8bac3f19a4c161c7951a7e68af44e195ad Mon Sep 17 00:00:00 2001 From: finswimmer Date: Sun, 20 Oct 2024 13:43:14 +0200 Subject: [PATCH] docs: virtualenvs.prefer-active-python no longer experimental --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 7c64129d1ab..ee4d7de021b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -417,7 +417,7 @@ Directory where virtual environments will be created. This setting controls the global virtual environment storage path. It most likely will not be useful at the local level. To store virtual environments in the project root, see `virtualenvs.in-project`. {{% /note %}} -### `virtualenvs.prefer-active-python` (experimental) +### `virtualenvs.prefer-active-python` **Type**: `boolean`