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: Update lsp workspace #1594

Merged
merged 5 commits into from
Aug 27, 2024
Merged

feat: Update lsp workspace #1594

merged 5 commits into from
Aug 27, 2024

Commits on Aug 27, 2024

  1. feat: lsp workspace. 1. delete db and use workspace to store compile …

    …result. 2.Initialize the global workspace when starting lsp. For file changes, update the workspace for files in the global workspace and create a temporary workspace for files not in the global workspace (compatible with old versions, consistent with previous behavior). 3.Publish Diag globally, not only in the currently opened file
    
    Signed-off-by: he1pa <18012015693@163.com>
    He1pa committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0dd121f View commit details
    Browse the repository at this point in the history
  2. fix url panic

    Signed-off-by: he1pa <18012015693@163.com>
    He1pa committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9b39f23 View commit details
    Browse the repository at this point in the history
  3. fix db not found when open temp workspace

    Signed-off-by: he1pa <18012015693@163.com>
    He1pa committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    17e8d03 View commit details
    Browse the repository at this point in the history
  4. feat: add DBState distinguish different states(init, compiling and re…

    …ady)
    
    Signed-off-by: he1pa <18012015693@163.com>
    He1pa committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    18d9851 View commit details
    Browse the repository at this point in the history
  5. fix ut

    Signed-off-by: he1pa <18012015693@163.com>
    He1pa committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5cad079 View commit details
    Browse the repository at this point in the history