diff options
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/settings.md | 2 |
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`| | | |
