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 Jan 24, 2025
1 parent 7538fa3 commit cbf1126
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cn-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
"default": null,
"description": "Location of the LSP server"
},
"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."
},
"CN.telemetryDir": {
"type": "string",
"default": null,
Expand Down

0 comments on commit cbf1126

Please sign in to comment.