Skip to content

Commit e13ed51

Browse files
docs(editor/vscode): fix typo in README (#11572)
The "T" in the word "Trace" was missing.
1 parent 4aa2c14 commit e13ed51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Following configuration are supported via `settings.json` and effect the window
3030
| Key | Default Value | Possible Values | Description |
3131
| ------------------ | ------------- | -------------------------------- | --------------------------------------------------------------------------- |
3232
| `oxc.enable` | `true` | `true` \| `false` | Enables the language server to receive lint diagnostics |
33-
| `oxc.trace.server` | `off` | `off` \| `messages` \| `verbose` | races the communication between VS Code and the language server. |
33+
| `oxc.trace.server` | `off` | `off` \| `messages` \| `verbose` | Traces the communication between VS Code and the language server. |
3434
| `oxc.path.server` | - | `<string>` | Path to Oxc language server binary. Mostly for testing the language server. |
3535

3636
### Workspace Configuration

0 commit comments

Comments
 (0)