Skip to content

[Enhancement] Add completion item for the string union types. #1391

Closed
@Peefy

Description

@Peefy
schema Config:
    containerRuntime?:  "runc" | "rund"

n = Config {
    containerRuntime = "runc".<cursor> # Note we should add completion items for the string union types.
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions