Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support all the file types supported by Lizard #2

Open
brobeson opened this issue Mar 22, 2020 · 0 comments · May be fixed by #10
Open

Support all the file types supported by Lizard #2

brobeson opened this issue Mar 22, 2020 · 0 comments · May be fixed by #10
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@brobeson
Copy link
Owner

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 [];
    }
@brobeson brobeson added the enhancement New feature or request label Mar 22, 2020
@brobeson brobeson self-assigned this Mar 29, 2020
@brobeson brobeson added this to the 1.0 milestone Mar 29, 2020
BenJanecke added a commit to BenJanecke/vscode-lizard that referenced this issue Jun 20, 2023
@brobeson brobeson linked a pull request Jun 23, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant