Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in README.md #358

Merged
merged 1 commit into from Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -44,7 +44,7 @@ If you want to disable Black formatter, you can [disable this extension](https:/

| Settings | Default | Description |
| -------------------------------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| black-formatter.args | `[]` | Custom arguments passed to `black`. E.g `"black-formatter.args" = ["--config", "<file>"]` |
| black-formatter.args | `[]` | Custom arguments passed to `black`. E.g `"black-formatter.args": ["--config", "<file>"]` |
| black-formatter.trace | `error` | Sets the tracing level for the extension. |
| black-formatter.path | `[]` | Setting to provide custom `black` executable. This will slow down formatting, since we will have to run `black` executable every time or file save or open. Example 1: `["~/global_env/black"]` Example 2: `["conda", "run", "-n", "lint_env", "python", "-m", "black"]` |
| black-formatter.interpreter | `[]` | Path to a python interpreter to use to run the linter server. When set to `[]`, the interpreter for the workspace is obtained from `ms-python.python` extension. If set to some path, that path takes precedence, and the Python extension is not queried for the interpreter |
Expand All @@ -59,4 +59,4 @@ If you want to disable Black formatter, you can [disable this extension](https:/

## Logging

Use `Developer : Set Log Level...` command from the **Command Palette**, and select `Black Formatter` from the extensions list to set the Log Level for the extension. For detailed LSP traces, add `"black-formatter.trace.server" : "verbose"` to your **User** `settings.json` file.
Use `Developer: Set Log Level...` command from the **Command Palette**, and select `Black Formatter` from the extensions list to set the Log Level for the extension. For detailed LSP traces, add `"black-formatter.trace.server": "verbose"` to your **User** `settings.json` file.