Skip to content

Commit 256f50d

Browse files
committed
Define newly added referencesCodeLens.filteredSymbols option in package.json
1 parent e686201 commit 256f50d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,14 @@
663663
"default": true,
664664
"description": "Specifies whether the references CodeLens should be shown."
665665
},
666+
"csharp.referencesCodeLens.filteredSymbols": {
667+
"type": "array",
668+
"items": {
669+
"type": "string"
670+
},
671+
"default": [],
672+
"description": "Array of custom symbol names for which CodeLens should be disabled."
673+
},
666674
"csharp.testsCodeLens.enabled": {
667675
"type": "boolean",
668676
"default": true,

0 commit comments

Comments
 (0)