diff --git a/README.md b/README.md index d461220..eeb2478 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ Config files will be read from the workspace folder or its parents. If there is This extension contributes the following settings: - `typos.diagnosticSeverity`: How typos are rendered in the editor, eg: as errors, warnings, information, or hints. -- `typos.logLevel`: Logging level of the language server. Logs appear in the Output -> Typos pane. +- `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. +- `typos.trace.server`: Traces the communication between VS Code and the language server. Recommended for debugging only. ## Commands diff --git a/images/typos.png b/images/typos.png new file mode 100644 index 0000000..eb07521 Binary files /dev/null and b/images/typos.png differ diff --git a/package.json b/package.json index 0fff314..7d8b7a2 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "publisher": "tekumara", "version": "0.1.7", "private": true, + "icon": "images/typos.png", "repository": { "url": "https://github.com/tekumara/typos-vscode.git", "type": "git" @@ -17,6 +18,7 @@ "spellchecker" ], "categories": [ + "Linters", "Other" ], "engines": { @@ -73,7 +75,7 @@ "trace" ], "default": "warn", - "description": "Logging level of the language server." + "markdownDescription": "Logging level of the language server. Logs appear in the _Output -> Typos_ pane." }, "typos.trace.server": { "scope": "window",