-
-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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.
website/src/playground/workers/biomeWorker.ts
Lines 256 to 262 in 9d9aad2
| workspace.scanProject({ | |
| projectKey, | |
| scanKind: "project", | |
| force: true, | |
| watch: false, | |
| verbose: false, | |
| }); |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working