You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.nls.json
+1
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,7 @@
201
201
"python.linting.pylintPath.deprecationMessage": "This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb.",
202
202
"python.logging.level.description": "The logging level the extension logs at, defaults to 'error'",
203
203
"python.logging.level.deprecation": "This setting is deprecated. Please use command `Developer: Set Log Level...` to set logging level.",
204
+
"python.missingPackage.severity.description": "Set severity of missing packages in requirements.txt or pyproject.toml",
204
205
"python.pipenvPath.description": "Path to the pipenv executable to use for activation.",
205
206
"python.poetryPath.description": "Path to the poetry executable.",
206
207
"python.sortImports.args.description": "Arguments passed in. Each argument is a separate item in the array.",
0 commit comments