Skip to content

Commit 4bb7fba

Browse files
authored
fixed typo
1 parent 737b71d commit 4bb7fba

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
@@ -326,12 +326,12 @@
326326
"csharp.showReferencesCodeLens": {
327327
"type": "boolean",
328328
"default": true,
329-
"description": "Specifies whether the references CodeLens show be shown."
329+
"description": "Specifies whether the references CodeLens should be show be shown."
330330
},
331331
"csharp.showTestsCodeLens": {
332332
"type": "boolean",
333333
"default": true,
334-
"description": "Specifies whether the run and debug test CodeLens show be shown."
334+
"description": "Specifies whether the run and debug test CodeLens should be show be shown."
335335
},
336336
"omnisharp.path": {
337337
"type": [

0 commit comments

Comments
 (0)