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] Incorrect Embedding of Glob Values from Files into Other Files #46

Closed musab-mah-7 closed 2 months ago

musab-mah-7 commented 4 months ago

Title

"Incorrect Embedding of Glob Values from Files into Other Files"

Description

Description:

Currently, when a file containing glob values is created, these glob values are being embedded in other files within the project. However, only the tokens in the current file should be considered.

Steps to Reproduce:

  1. Create a file containing glob values (e.g., '*.txt').
  2. Observe that the glob values from this file are being embedded in other files within the project.

Expected Behavior:

Glob values should only affect the tokens in the current file and should not be embedded in other files.

Media Proofs:

Include any relevant screenshots, code snippets, or other media that provide evidence of the issue. This could include before-and-after screenshots demonstrating the incorrect embedding of glob values in other files, or code snippets highlighting the unexpected behavior.

Attachments:
(Attach screenshots, code snippets, or any other relevant media here)

image image