summaryrefslogtreecommitdiff
path: root/docs/guide/settings.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-04-07 18:18:39 -0400
committerJordan Wiens <jordan@psifertex.com>2025-04-07 18:18:39 -0400
commita976ebde53b234a1f6caf95c3258d2477fda17e2 (patch)
tree516476ea6ecabeb36c893ed6e0f3afc51456baf4 /docs/guide/settings.md
parent24cee30359d7da61bd86098ebf7ee1d34d2f1a03 (diff)
add venv to virtualenv setting description
Diffstat (limited to 'docs/guide/settings.md')
-rw-r--r--docs/guide/settings.md2
1 files changed, 1 insertions, 1 deletions
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`]|<a id='python.binaryOverride'>python.binaryOverride</a>|
|python|Python Interpreter|Python interpreter library(dylib/dll/so.1) to load if one is not already present when plugins are loaded.|`string`| |[`SettingsUserScope`]|<a id='python.interpreter'>python.interpreter</a>|
|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`]|<a id='python.updateAnalysisAfterCommand'>python.updateAnalysisAfterCommand</a>|
-|python|Python Virtual Environment Site-Packages|The 'site-packages' directory for your python virtual environment.|`string`| |[`SettingsUserScope`]|<a id='python.virtualenv'>python.virtualenv</a>|
+|python|Python Virtual Environment Site-Packages|The 'site-packages' directory for your python virtual environment (venv).|`string`| |[`SettingsUserScope`]|<a id='python.virtualenv'>python.virtualenv</a>|
|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`]|<a id='python.log.minLevel'>python.log.minLevel</a>|
| | | 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`| | |