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
Make sure you are able to repro it on the latest version
Search the existing issues.
Steps to reproduce
Debug extension or see LSP log while it's looking up code lenses for a function definition, Pester block etc.
Expected behavior
interface CodeLens { /** * The range in which this code lens is valid. Should only span a single * line. */ range: Range;...Source: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_codeLens
Actual behavior
Range is for full definition, spanning multiple lines.
Error details
No response
Environment data
Name Value
---------
PSVersion 7.2.5
PSEdition Core
GitCommitId 7.2.5
OS Linux 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022
Platform Unix
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Version
2022.8.3 preview
Visuals
The text was updated successfully, but these errors were encountered:
Prerequisites
Steps to reproduce
Debug extension or see LSP log while it's looking up code lenses for a function definition, Pester block etc.
Expected behavior
Actual behavior
Range is for full definition, spanning multiple lines.
Error details
No response
Environment data
Version
2022.8.3 preview
Visuals
The text was updated successfully, but these errors were encountered: