Skip to content

Disable codeLens? #825

Answered by mnxn
sofurihafe asked this question in Q&A
Discussion options

You must be logged in to vote

#480 (comment)

There is a VSCode setting to disable it (from settings.json):

"editor.codeLens": false

Or if you only want to disable it for OCaml:

"[ocaml]": {
	"editor.codeLens": false
}

You can also search for "code lens" in the VSCode settings tab and there will be a checkbox you can untick to disable it:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sofurihafe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants