Skip to content

Commit

Permalink
Update precision of plugin.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Apr 30, 2024
1 parent 76c3d28 commit 2fe0bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/lspplugin/src/main/resources/META-INF/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "ExamplePlugin",
"description": "Example LSP plugin",
"dialects": [ "vdmsl", "vdmpp", "vdmrt" ],
"precision": "standard"
"precision": "high"
}
2 changes: 1 addition & 1 deletion quickcheck/src/main/resources/META-INF/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "quickcheck",
"description": "QuickCheck lightweight verification plugin",
"dialects": [ "vdmsl", "vdmpp", "vdmrt" ],
"precision": "standard"
"precision": "high"
}

0 comments on commit 2fe0bfd

Please sign in to comment.