Skip to content

Commit 737b71d

Browse files
committed
added settings to package.json
1 parent 3114621 commit 737b71d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,11 @@
328328
"default": true,
329329
"description": "Specifies whether the references CodeLens show be shown."
330330
},
331+
"csharp.showTestsCodeLens": {
332+
"type": "boolean",
333+
"default": true,
334+
"description": "Specifies whether the run and debug test CodeLens show be shown."
335+
},
331336
"omnisharp.path": {
332337
"type": [
333338
"string",

0 commit comments

Comments
 (0)