VS Code Settings
July 9, 2024 ยท View on GitHub
This extension contributes the following settings:
typos.config: Custom config. Used together with a config file found in the workspace or its parents, taking precedence for settings declared in both. Equivalent to the typos--configcli argument.typos.diagnosticSeverity: How typos are rendered in the editor, can be one of an Error, Warning, Information or Hint.typos.logLevel: Logging level of the language server. Logs appear in the Output -> Typos pane.typos.path: Path to thetypos-lspbinary. If empty the bundled binary will be used.typos.trace.server: Traces the communication between VS Code and the language server. Recommended for debugging only.
To disable typos per workspace, see disable this extension.
VS Code Commands
| Command | Description |
|---|---|
| Typos: Restart | Restart the server. |