Nathan Lazarus

Results 1 issues of Nathan Lazarus

I couldn't toggle line comments with // until I changed "comments": { "lineComment": ["//", "*"], "blockComment": ["/*", "*/"] } to "comments": { "lineComment": "//", "blockComment": ["/*", "*/"] } in language_config.json,...