Skip to content

Commit

Permalink
client: expose lens configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
samcowger committed Nov 5, 2024
1 parent ca7863b commit 1371a20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cn-lsp/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"type": "boolean",
"default": false,
"description": "Run CN whenever a file is saved"
},
"CN.showGillianDebugLenses": {
"type": "boolean",
"default": false,
"description": "Show code lenses that activate Gillian debugging. Note that this functionality relies on the Gillian debugging extension (https://gillianplatform.github.io/sphinx/debugger.html) being installed, or run in a development host context."
}
}
},
Expand Down

0 comments on commit 1371a20

Please sign in to comment.