Skip to content

Comment toggling in VSCode always using block comments #124

@NathanLazarus

Description

@NathanLazarus

I couldn't toggle line comments with // until I changed
"comments": {
"lineComment": ["//", ""],
"blockComment": ["/
", "/"]
}
to
"comments": {
"lineComment": "//",
"blockComment": ["/
", "*/"]
}
in language_config.json, not sure if that's a general issue or where language_config.json is stored (couldn't find it in the repo). Thanks for the resource!!

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