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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,10 @@
57
57
"python.linting.flake8Enabled.description": "Whether to lint Python files using flake8.",
58
58
"python.linting.flake8Path.description": "Path to flake8, you can use a custom version of flake8 by modifying this setting to include the full path.",
59
59
"python.linting.ignorePatterns.description": "Patterns used to exclude files or folders from being linted.",
60
-
"python.interpreter.displayInfo.description": "Controls when to display information of selected interpreter in the status bar.",
61
-
"python.interpreter.displayInfo.never.description": "Never display information of selected interpreter in the status bar.",
62
-
"python.interpreter.displayInfo.pythonContext.description": "Only display information of selected interpreter in the status bar if Python related files are opened.",
63
-
"python.interpreter.displayInfo.always.description": "Always display information of selected interpreter in the status bar.",
60
+
"python.interpreter.infoVisibility.description": "Controls when to display information of selected interpreter in the status bar.",
61
+
"python.interpreter.infoVisibility.never.description": "Never display information of selected interpreter in the status bar.",
62
+
"python.interpreter.infoVisibility.onPythonRelated.description": "Only display information of selected interpreter in the status bar if Python related files are opened.",
63
+
"python.interpreter.infoVisibility.always.description": "Always display information of selected interpreter in the status bar.",
64
64
"python.linting.lintOnSave.description": "Whether to lint Python files when saved.",
65
65
"python.linting.maxNumberOfProblems.description": "Controls the maximum number of problems produced by the server.",
66
66
"python.linting.mypyArgs.description": "Arguments passed in. Each argument is a separate item in the array.",
0 commit comments