Skip to content

Commit

Permalink
Update package.nls.json to replace linting with formatting (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
luabud authored Jul 11, 2023
1 parent 8bd7f8c commit ccf6e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"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 linting.",
"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.",
Expand Down

0 comments on commit ccf6e69

Please sign in to comment.