Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: The try it and visualize code lenses disappear intermittently #42614

Open
nipunayf opened this issue Apr 23, 2024 · 0 comments
Open

[Bug]: The try it and visualize code lenses disappear intermittently #42614

nipunayf opened this issue Apr 23, 2024 · 0 comments
Labels
Area/CodeLens Language Server Code Lens related issues Team/LanguageServer Language Server Implementation related issues. #Compiler Type/Bug

Comments

@nipunayf
Copy link
Contributor

Description

$title.

Screen.Recording.2024-04-23.at.9.45.06.AM.mov

Steps to Reproduce

Execute the debug command followed by the run command for the following Ballerina project.

import ballerina/http;

listener http:Listener helloWorldEP = new (9090);

service /helloWorld on helloWorldEP {

    resource function get [string name]() returns string {
        return "Hello, World! " + name;
    }
}

Affected Version(s)

Ballerina 2201.8.6 (Swan Lake Update 8)

OS, DB, other environment details and versions

OS: macOS 14.4.1 23E224
JDK: openjdk 17.0.8 2023-07-18

Related area

-> Compilation

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

@nipunayf nipunayf added Type/Bug Team/LanguageServer Language Server Implementation related issues. #Compiler Area/CodeLens Language Server Code Lens related issues labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/CodeLens Language Server Code Lens related issues Team/LanguageServer Language Server Implementation related issues. #Compiler Type/Bug
Projects
None yet
Development

No branches or pull requests

1 participant