Skip to content

Commit 1943e7d

Browse files
brettcannonwesm
authored andcommitted
Tweak info visibility explanations (microsoft/vscode-python#19541)
1 parent ef9eadc commit 1943e7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/positron-python/package.nls.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"python.linting.flake8Path.description": "Path to flake8, you can use a custom version of flake8 by modifying this setting to include the full path.",
5959
"python.linting.ignorePatterns.description": "Patterns used to exclude files or folders from being linted.",
6060
"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.",
61+
"python.interpreter.infoVisibility.never.description": "Never display information.",
62+
"python.interpreter.infoVisibility.onPythonRelated.description": "Only display information if Python-related files are opened.",
63+
"python.interpreter.infoVisibility.always.description": "Always display information.",
6464
"python.linting.lintOnSave.description": "Whether to lint Python files when saved.",
6565
"python.linting.maxNumberOfProblems.description": "Controls the maximum number of problems produced by the server.",
6666
"python.linting.mypyArgs.description": "Arguments passed in. Each argument is a separate item in the array.",

0 commit comments

Comments
 (0)