Jaseci-Labs / jac-analyzer

The Jaclang Language Extension for VScode is an extension that provides basic Language Server Protocol (LSP) functionalities for the Jaclang programming language.
MIT License
0 stars 3 forks source link

Implement Error Debouncing #43

Closed Saru1999 closed 2 months ago

Saru1999 commented 4 months ago

🐞 Bug Report

Describe the bug

This issue addresses the need for implementing error debouncing to handle errors effectively in our jac file.


To Reproduce

1.Keep the Status of Changes in the jac files 2.Fgure Out Why Error Status is Not Kept 3.Generate File Differences


Expected behaviour

prevent unnecessary alerts or actions triggered by errors.