diff --git a/client/package.json b/client/package.json index 9c1af7083..1d914ccc4 100644 --- a/client/package.json +++ b/client/package.json @@ -540,10 +540,10 @@ "default": "info", "description": "Specifies the level of logging for the Output panel", "enum": [ - "error", - "warning", - "info", - "trace" + "Error", + "Warning", + "Info", + "Trace" ] }, "python.analysis.typeCheckingMode": { diff --git a/docs/settings.md b/docs/settings.md index a14825c59..3f52ae51d 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -20,7 +20,7 @@ The Pyright VS Code extension honors the following settings. **python.analysis.extraPaths** [array of paths]: Paths to add to the default execution environment extra paths if there are no execution environments defined in the config file. -**python.analysis.logLevel** ["error", "warning", "info", or "trace"]: Level of logging for Output panel. The default value for this option is "info". +**python.analysis.logLevel** ["Error", "Warning", "Info", or "Trace"]: Level of logging for Output panel. The default value for this option is "Info". **python.analysis.stubPath** [path]: Path to directory containing custom type stub files.