You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/settings.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -210,12 +210,14 @@ Feature level setting to enable/disable code lens for references and run/debug t
210
210
| --- | --- |
211
211
|`references`| If true, enables the references code lens. Uses guru. Recalculates when there is change to the document followed by scrolling. Unnecessary when using the language server; use the call graph feature instead. <br/> Default: `false`|
212
212
|`runtest`| If true, enables code lens for running and debugging tests <br/> Default: `true`|
213
+
|`runmain`| If true, enables code lens for running main func <br/> Default: `true`|
0 commit comments