Skip to content

Kubernetes statefulset snippet broken due to nested snippet #612

@jakekasan

Description

@jakekasan

The nested placeholder below is not valid (according to the LSP grammar: microsoft/language-server-protocol#2194) and will cause the entire snippet to fail:

" image: ${4:${1:myapp}-slim:1.16.1}",

When accepting the snippet k-statefulset neovim hangs for a few seconds and then nothing happens. Changing the above line to a non-nested placeholder (for example, " image: ${4:debian-slim:1.16.1}",) causes the snippet to be behave correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions