Skip to content

Unexpected token in JSON at position 938 #5

@G-R-A-F-F

Description

@G-R-A-F-F

Hi,
All extensions are up to date
VSCode 1.44.2 (Linux Snap Package)

Steps to reproduce:
In python file highlighted some code:

def cls():
    if os.name == 'nt':
        os.system('cls')
    else:
        os.system('clear')

Ctrl+Shift+P -> Add-To-Snippet
Got the error.

I have an existing snippet file with some snippets.

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