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

Add typescript support #4

Merged
merged 18 commits into from
Apr 13, 2023
Merged

Add typescript support #4

merged 18 commits into from
Apr 13, 2023

Conversation

keturiosakys
Copy link
Member

This update installs and adds the TypeScript plugin to VSCode extension.

@flenter
Copy link
Member

flenter commented Mar 28, 2023

This looks ok, but we should wait until #5 is merged. After which we should test again if the extension works with the new setup

@@ -1,13 +1,16 @@
{
"name": "autometrics",
"version": "0.0.1",
"lockfileVersion": 3,
"lockfileVersion": 2,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are you using an older NPM version that caused the lock file version to be lowered?

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah that might be the case - I'm on npm v8 (node 18)

@@ -76,7 +76,7 @@ export async function activate() {
configureTSPlugin(tsExtensionApi);
}

// eslint-disable-next-line @typescript-eslint/no-explicit-any
// rome-ignore lint/suspicious/noExplicitAny: pluginAPI is not typed
Copy link
Collaborator

Choose a reason for hiding this comment

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

💪

@keturiosakys keturiosakys merged commit bb5a5f3 into main Apr 13, 2023
1 check passed
@keturiosakys keturiosakys deleted the add-typescript-extension branch April 13, 2023 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants