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

[Bug] Doc tree not getting updated during on change in server #41

Closed musab-mah-7 closed 4 months ago

musab-mah-7 commented 4 months ago

Summary:

This issue addresses the current limitation in the rebuild_file method of the VS Code extension. Currently, the method only supports rebuilding saved files using the file_path parameter. So when there's an on change, it is always getting the information from the last saved file instance, However, there's a need to enhance this functionality to support rebuilding files that are being actively edited within the workspace.

Changes Proposed:

Rebuild the file on change with the source code instead of the file path

chandralegend commented 4 months ago

@musab-mah-7 Put a detailed description