Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: lsp file watcher. #1744

Merged
merged 5 commits into from
Nov 8, 2024
Merged

feat: lsp file watcher. #1744

merged 5 commits into from
Nov 8, 2024

Commits on Nov 6, 2024

  1. feat: lsp file watcher. Actively monitor file system changes. These c…

    …hanges will not be notified through lsp, e.g., execute `kcl mod add xxx`, `kcl fmt xxx`
    
    Signed-off-by: he1pa <[email protected]>
    He1pa committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e73f312 View commit details
    Browse the repository at this point in the history
  2. s/FsEventWatcher/RecommendedWatcher

    Signed-off-by: he1pa <[email protected]>
    He1pa committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    fbed221 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. add lsp watcher ut

    Signed-off-by: he1pa <[email protected]>
    He1pa committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    344905d View commit details
    Browse the repository at this point in the history
  2. fix typo

    Signed-off-by: he1pa <[email protected]>
    He1pa committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e2f0ab3 View commit details
    Browse the repository at this point in the history
  3. fix ut

    Signed-off-by: he1pa <[email protected]>
    He1pa committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f70f256 View commit details
    Browse the repository at this point in the history