You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peefy opened this issue
Jun 21, 2024
· 0 comments
· Fixed by #1448
Assignees
Labels
lspsemanticIssues or PRs related to kcl semantic and checkertoolIssues or PRs related to kcl tools inlucding format, lint, validation, document tools, etc.
[package]
name = "m"edition = "v0.9.0"version = "0.0.1"
[dependencies]
k8s = { oci = "oci://ghcr.io/kcl-lang/k8s", tag = "1.29" }
The import stmt in main.k should be enhanced
The completion items should contains tt and k8s
The text was updated successfully, but these errors were encountered:
Peefy
added
semantic
Issues or PRs related to kcl semantic and checker
tool
Issues or PRs related to kcl tools inlucding format, lint, validation, document tools, etc.
lsp
labels
Jun 21, 2024
lspsemanticIssues or PRs related to kcl semantic and checkertoolIssues or PRs related to kcl tools inlucding format, lint, validation, document tools, etc.
Enhancement
For the following module
The content of
kcl.mod
isThe import stmt in
main.k
should be enhancedThe completion items should contains
tt
andk8s
The text was updated successfully, but these errors were encountered: