We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee70bcb commit 652922dCopy full SHA for 652922d
vsintegration/src/FSharp.LanguageService/Colorize.fs
@@ -122,7 +122,7 @@ type internal FSharpScanner_DEPRECATED(makeLineTokenizer : string -> FSharpLineT
122
| _ -> TokenType.Text
123
124
/// Scan a token from a line. This should only be used in cases where color information is irrelevant.
125
- /// Used by GetFullLineInfo (and only thus in a small workaroud in GetDeclarations) and GetTokenInformationAt (thus GetF1KeywordString).
+ /// Used by GetFullLineInfo (and only thus in a small workaround in GetDeclarations) and GetTokenInformationAt (thus GetF1KeywordString).
126
member ws.ScanTokenWithDetails (lexState: _ ref) =
127
let colorInfoOption, newLexState = lineTokenizer.ScanToken(lexState.Value)
128
lexState.Value <- newLexState
0 commit comments