Skip to content

Commit

Permalink
chore: correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Jan 28, 2024
1 parent 01ea094 commit 5d6cc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/engine/flix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export function updateUri(uri: string, src: string) {
src,
}

// Skip the delay to improve auto-complete responsiveness
// Skip the delay to make auto-complete work
const skipDelay = true
queue.enqueue(job, skipDelay)
}
Expand Down

0 comments on commit 5d6cc35

Please sign in to comment.