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
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -208,13 +208,11 @@ Default:
208
208
Feature level setting to enable/disable code lens for references and run/debug tests
209
209
| Properties | Description |
210
210
| --- | --- |
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
211
|`runtest`| If true, enables code lens for running and debugging tests <br/> Default: `true`|
Copy file name to clipboardExpand all lines: package.json
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1633,11 +1633,6 @@
1633
1633
"go.enableCodeLens": {
1634
1634
"type": "object",
1635
1635
"properties": {
1636
-
"references": {
1637
-
"type": "boolean",
1638
-
"default": false,
1639
-
"description": "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."
1640
-
},
1641
1636
"runtest": {
1642
1637
"type": "boolean",
1643
1638
"default": true,
@@ -1646,7 +1641,6 @@
1646
1641
},
1647
1642
"additionalProperties": false,
1648
1643
"default": {
1649
-
"references": false,
1650
1644
"runtest": true
1651
1645
},
1652
1646
"description": "Feature level setting to enable/disable code lens for references and run/debug tests",
0 commit comments