Skip to content

Commit b6efb50

Browse files
BartSchuurmanszth
authored andcommitted
Remove ".enable" from rescript.settings.codeLens setting in package.json
1 parent e3700a3 commit b6efb50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
],
147147
"minimum": 0
148148
},
149-
"rescript.settings.codeLens.enable": {
149+
"rescript.settings.codeLens": {
150150
"type": "boolean",
151151
"default": false,
152152
"description": "Enable (experimental) code lens for function definitions."
@@ -202,4 +202,4 @@
202202
"semver": "^7.3.7",
203203
"typescript": "^4.7.3"
204204
}
205-
}
205+
}

0 commit comments

Comments
 (0)