Skip to content

#2 Adds TS/JS Support#10

Open
BenJanecke wants to merge 1 commit into
brobeson:mainfrom
BenJanecke:issue-2-lanaguage-support
Open

#2 Adds TS/JS Support#10
BenJanecke wants to merge 1 commit into
brobeson:mainfrom
BenJanecke:issue-2-lanaguage-support

Conversation

@BenJanecke

Copy link
Copy Markdown

This seems to be enough to enable TS/JS support.
Lemme know if I missed a spot.

@BenJanecke BenJanecke force-pushed the issue-2-lanaguage-support branch from 2342cff to 992db85 Compare June 20, 2023 13:42

@brobeson brobeson left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this functionality. I just have a few requests, mostly due to how VS Code's extension publication tool.

Comment thread CHANGELOG.md

This file documents all notable changes to the VS Code Lizard extension.

## [1.0.2] — 2022-09-29

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## [1.0.2] — 2022-09-29
## Unreleased

I'll update this with the correct version and release date when I cut a new release. I worry users might get confused if the change log says 1.0.2 but there isn't a v1.0.2 tag.

Comment thread package-lock.json
{
"name": "vscode-lizard",
"version": "1.0.1",
"version": "1.0.2",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"version": "1.0.2",
"version": "1.0.1",

VS Code's publication tool will update this when I publish a new release.

Comment thread package-lock.json
"": {
"name": "vscode-lizard",
"version": "1.0.1",
"version": "1.0.2",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"version": "1.0.2",
"version": "1.0.1",

VS Code's publication tool will update this when I publish a new release.

Comment thread package.json
"displayName": "VS Code Lizard",
"description": "Run complexity analysis on your code.",
"version": "1.0.1",
"version": "1.0.2",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"version": "1.0.2",
"version": "1.0.1",

VS Code's publication tool will update this when I publish a new release.

@brobeson brobeson added the enhancement New feature or request label Jun 23, 2023
@brobeson brobeson added this to the Version 1.1.0 milestone Jun 23, 2023
@brobeson brobeson linked an issue Jun 23, 2023 that may be closed by this pull request
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 this pull request may close these issues.

Support all the file types supported by Lizard

2 participants