Skip to content

Commit

Permalink
[fixup] [client] Fix package.json file due to copy/paste error.
Browse files Browse the repository at this point in the history
This happened inadvertently in #588, reverting this part.
  • Loading branch information
ejgallego committed Oct 26, 2023
1 parent 4c836ae commit e56b814
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions editor/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@
"title": "Hover",
"type": "object",
"properties": {
"coq-lsp.show_stats_on_hover": {
"type": "boolean",
"default": false,
"description": "Show timing and memory stats for a sentence on hover."
},
"coq-lsp.show_loc_info_on_hover": {
"type": "boolean",
"default": false,
Expand Down

0 comments on commit e56b814

Please sign in to comment.