Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Playground: Biome output never updates when you change the input text #2983

@dyc3

Description

@dyc3

After the initial load, the playground doesn't update the biome output for any subsequent changes. The CI integration tests are failing as a result.

The issue is caused by this call to scanProject. Commenting it our resolves the issue.

workspace.scanProject({
projectKey,
scanKind: "project",
force: true,
watch: false,
verbose: false,
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions