Skip to content

Commit 5f60141

Browse files
robertoaloifacebook-github-bot
authored andcommitted
Enable run lenses by default
Summary: Enable the code lenses mechanism and, specifically, the "run" ones, allowing users to trigger tests from the IDE for `rebar3` and `buck2` projects. Reviewed By: alanz Differential Revision: D68438514 fbshipit-source-id: b13d000717e899beb70246cf9b481e5f91c237bc
1 parent 139dd5b commit 5f60141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editors/code/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"type": "boolean"
269269
},
270270
"elp.lens.enable": {
271-
"default": false,
271+
"default": true,
272272
"markdownDescription": "Whether to show Code Lenses in Erlang files.",
273273
"type": "boolean"
274274
},
@@ -283,7 +283,7 @@
283283
"type": "boolean"
284284
},
285285
"elp.lens.run.enable": {
286-
"default": false,
286+
"default": true,
287287
"markdownDescription": "Whether to show the `Run` lenses. Only applies when\n`#elp.lens.enable#` is set.",
288288
"type": "boolean"
289289
},

0 commit comments

Comments
 (0)