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
Telemetry data shows a high number (>50% of all errors) of "TypeError: i.startsWith is not a function" errors on textDocument/hover and completion requests apparently
Expected Behavior
No error
Current Behavior
Errors are thrown:
TypeError: i.startsWith is not a function
at /Users/_username_/.vscode/extensions/redhat.vscode-yaml-1.8.0/dist/languageserver.js:2:533672
at T (/Users/_username_/.vscode/extensions/redhat.vscode-yaml-1.8.0/dist/languageserver.js:2:534665)
at /Users/_username_/.vscode/extensions/redhat.vscode-yaml-1.8.0/dist/languageserver.js:2:523312
at T (/Users/_username_/.vscode/extensions/redhat.vscode-yaml-1.8.0/dist/languageserver.js:2:525873)
at f.getMatchingSchemas (/Users/_username_/.vscode/extensions/redhat.vscode-yaml-1.8.0/dist/languageserver.js:2:521654)
at t.YamlCompletion.addPropertyCompletions (/Users/_username_/.vscode/extensions/redhat.vscode-yaml-1.8.0/dist/languageserver.js:2:560153)
at t.YamlCompletion.<anonymous> (/Users/_username_/.vscode/extensions/redhat.vscode-yaml-1.8.0/dist/languageserver.js:2:558169)
at Generator.next (<anonymous>)
at s (/Users/_username_/.vscode/extensions/redhat.vscode-yaml-1.8.0/dist/languageserver.js:2:550676)
Steps to Reproduce
No idea
The text was updated successfully, but these errors were encountered:
Describe the bug
Telemetry data shows a high number (>50% of all errors) of "TypeError: i.startsWith is not a function" errors on
textDocument/hover
and completion requests apparentlyExpected Behavior
No error
Current Behavior
Errors are thrown:
Steps to Reproduce
No idea
The text was updated successfully, but these errors were encountered: