From 23cc6b0deb770f57650bfc9aa6363f0378a35592 Mon Sep 17 00:00:00 2001 From: Bhagyashree Kambhampati Date: Fri, 22 Sep 2023 12:55:50 -0700 Subject: [PATCH] Update package.nls.json for settings, commands and desc --- package.nls.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.nls.json b/package.nls.json index bddd037..a7eaf74 100644 --- a/package.nls.json +++ b/package.nls.json @@ -1,12 +1,12 @@ { - "extension.description": "Formatting support for python files using `black`.", + "extension.description": "Formatting support for Python files using `black`.", "command.restartServer": "Restart Server", "settings.args.description": "Arguments passed in. Each argument is a separate string in the array.", "settings.path.description": "When set to a path to `black` binary, extension will use that for linting. NOTE: Using this option may slowdown formatting.", "settings.importStrategy.description": "Defines where `black` is imported from. This setting may be ignored if `black-formatter.path` is set.", "settings.importStrategy.useBundled.description": "Always use the bundled version of `black`.", "settings.importStrategy.fromEnvironment.description": "Use `black` from environment, fallback to bundled version only if `black` not available in the environment.", - "settings.interpreter.description": "When set to a path to python executable, extension will use that to launch the server and any subprocess.", + "settings.interpreter.description": "When set to a path to Python executable, extension will use that to launch the server and any subprocess.", "settings.showNotifications.description": "Controls when notifications are shown by this extension.", "settings.showNotifications.off.description": "All notifications are turned off, any errors or warning are still available in the logs.", "settings.showNotifications.onError.description": "Notifications are shown only in the case of an error.",