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: test/FsAutoComplete.Tests.Lsp/HighlightingTests.fs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ let tests state =
148
148
"tests"
149
149
[ tokenIsOfType (0u,29u) ClassificationUtils.SemanticTokenTypes.TypeParameter fullHighlights // the `^a` type parameter in the SRTP constraint
150
150
tokenIsOfType (0u,44u) ClassificationUtils.SemanticTokenTypes.Member fullHighlights // the `PeePee` member in the SRTP constraint
151
-
tokenIsOfType (3u,52u) ClassificationUtils.SemanticTokenTypes.Type fullHighlights // the `string` type annotation in the PooPoo srtp member
151
+
tokenIsOfType (3u,52u) ClassificationUtils.SemanticTokenTypes.Class fullHighlights // the `string` type annotation in the PooPoo srtp member
152
152
tokenIsOfType (6u,21u) ClassificationUtils.SemanticTokenTypes.EnumMember fullHighlights // the `PeePee` AP application in the `yeet` function definition
153
-
tokenIsOfType (9u,10u) ClassificationUtils.SemanticTokenTypes.Type fullHighlights //the `SomeJson` type alias should be a type
153
+
tokenIsOfType (9u,10u) ClassificationUtils.SemanticTokenTypes.Class fullHighlights //the `SomeJson` type alias should be a type
154
154
tokenIsOfType (15u,2u) ClassificationUtils.SemanticTokenTypes.Module fullHighlights ]]// tests that module coloration isn't overwritten by function coloration when a module function is used, so Foo in Foo.x should be module-colored
0 commit comments