From a976ebde53b234a1f6caf95c3258d2477fda17e2 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 7 Apr 2025 18:18:39 -0400 Subject: add venv to virtualenv setting description --- docs/guide/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide') diff --git a/docs/guide/settings.md b/docs/guide/settings.md index 2de17497..75261836 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -275,7 +275,7 @@ All settings are uniquely identified with an identifier string. Identifiers are |python|Python Path Override|Python interpreter binary which may be necessary to install plugin dependencies. Should be the same version as the one specified in the 'Python Interpreter' setting|`string`| |[`SettingsUserScope`]|python.binaryOverride| |python|Python Interpreter|Python interpreter library(dylib/dll/so.1) to load if one is not already present when plugins are loaded.|`string`| |[`SettingsUserScope`]|python.interpreter| |python|Update Analysis After Python Commands|Automatically update analysis after each Python console command or script execution. Disable to prevent analysis updates between sequential commands.|`boolean`|`True`|[`SettingsUserScope`]|python.updateAnalysisAfterCommand| -|python|Python Virtual Environment Site-Packages|The 'site-packages' directory for your python virtual environment.|`string`| |[`SettingsUserScope`]|python.virtualenv| +|python|Python Virtual Environment Site-Packages|The 'site-packages' directory for your python virtual environment (venv).|`string`| |[`SettingsUserScope`]|python.virtualenv| |python.log|Minimum Python Log Level|Set the minimum Python log level which applies in headless operation only. The log is connected to stderr. Additionally, stderr must be associated with a terminal device.|`string`|`WarningLog`|[`SettingsUserScope`]|python.log.minLevel| | | | enum: Print Debug, Info, Warning, Error, and Alert messages to stderr on the terminal device.|`enum`|`DebugLog`| | | | | | enum: Print Info, Warning, Error, and Alert messages to stderr on the terminal device.|`enum`|`InfoLog`| | | -- cgit v1.3.1