Skip to content

Commit

Permalink
ci: add marketplace icon
Browse files Browse the repository at this point in the history
resolves #10
  • Loading branch information
tekumara committed Oct 24, 2023
1 parent 713d327 commit 89e1232
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file added images/typos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -17,6 +18,7 @@
"spellchecker"
],
"categories": [
"Linters",
"Other"
],
"engines": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 89e1232

Please sign in to comment.