Skip to content

Commit 7562951

Browse files
committed
update displayparts baselines
1 parent 0c3edf9 commit 7562951

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tests/baselines/reference/quickinfoVerbosity3.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@
11781178
},
11791179
{
11801180
"text": "c5b",
1181-
"kind": "text"
1181+
"kind": "className"
11821182
},
11831183
{
11841184
"text": " ",
@@ -1342,7 +1342,7 @@
13421342
},
13431343
{
13441344
"text": "c5b",
1345-
"kind": "text"
1345+
"kind": "className"
13461346
},
13471347
{
13481348
"text": " ",

tests/baselines/reference/quickinfoVerbosityFunction.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@
10711071
},
10721072
{
10731073
"text": "someFun",
1074-
"kind": "text"
1074+
"kind": "functionName"
10751075
},
10761076
{
10771077
"text": " ",

tests/baselines/reference/quickinfoVerbosityInterface2.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@
17171717
},
17181718
{
17191719
"text": "Foo",
1720-
"kind": "text"
1720+
"kind": "interfaceName"
17211721
},
17221722
{
17231723
"text": " ",
@@ -1897,7 +1897,7 @@
18971897
},
18981898
{
18991899
"text": "Foo",
1900-
"kind": "text"
1900+
"kind": "interfaceName"
19011901
},
19021902
{
19031903
"text": " ",

tests/baselines/reference/quickinfoVerbosityJs.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
},
914914
{
915915
"text": "someFun",
916-
"kind": "text"
916+
"kind": "functionName"
917917
},
918918
{
919919
"text": " ",

0 commit comments

Comments
 (0)