Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.02 KB

vscode-settings.md

File metadata and controls

17 lines (12 loc) · 1.02 KB

VS Code Settings

This extension contributes the following settings:

  • typos.config: Custom config. Used together with any workspace config files, taking precedence for settings declared in both. Equivalent to the typos --config cli 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 the typos-lsp binary. 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.