Skip to content

[lsp] resolver scope cache version check #1748

Open
@He1pa

Description

@He1pa

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

mod1

[package]
name = "a"

[dependencies]
helloworld = "0.0.1"
[package]
name = "b"

[dependencies]
helloworld = "0.0.2"

In the IDE, lsp will use the same scope cache for a and b, and the version depends on which file is opened first.

2. What did you expect to see? (Required)

3. What did you see instead (Required)

4. What is your KCL components version? (Required)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinglsp

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions