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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@
79
79
"python.testing.promptToConfigure.description": "Prompt to configure a test framework if potential tests directories are discovered.",
80
80
"python.testing.pytestArgs.description": "Arguments passed in. Each argument is a separate item in the array.",
81
81
"python.testing.pytestEnabled.description": "Enable testing using pytest.",
82
-
"python.testing.pytestPath.description": "Path to pytest (pytest), you can use a custom version of pytest by modifying this setting to include the full path.",
82
+
"python.testing.pytestPath.description": "Path to pytest. You can use a custom version of pytest by modifying this setting to include the full path.",
83
83
"python.testing.unittestArgs.description": "Arguments passed in. Each argument is a separate item in the array.",
84
84
"python.testing.unittestEnabled.description": "Enable testing using unittest.",
85
85
"python.venvFolders.description": "Folders in your home directory to look into for virtual environments (supports pyenv, direnv and virtualenvwrapper by default).",
0 commit comments