Skip to content

Support all the file types supported by Lizard #2

@brobeson

Description

@brobeson

The initial implementation of the extension only supports C++, but Lizard supports more languages. The extension needs to work for those, too. Known changes to the extension are:

  • package.json
    "activationEvents": [
      "onLanguage:cpp"
    ],
  • src/lizard.ts
    if (!['cpp'].includes(file.languageId) || file.uri.scheme !== 'file') {
      return [];
    }

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions