Skip to content

Commit

Permalink
fix: added linking_verbs to VSCode plugin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Aug 31, 2024
1 parent 060f44f commit 2245331
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vscode-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
"default": true,
"description": "Detect improper sequences of pronouns."
},
"harper-ls.linters.linking_verbs": {
"scope": "resource",
"type": "boolean",
"default": true,
"description": "Detect improper use of linking verbs."
},
"harper-ls.diagnosticSeverity": {
"scope": "resource",
"type": "string",
Expand Down

0 comments on commit 2245331

Please sign in to comment.