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

Prepare release of 0.5.0 #59

Merged
merged 8 commits into from
Aug 14, 2023
Merged

Prepare release of 0.5.0 #59

merged 8 commits into from
Aug 14, 2023

Conversation

brettimus
Copy link
Collaborator

@brettimus brettimus commented Jul 24, 2023

  • Bump package version to 0.5.0

Notes

I hit a few issues when doing a QA pass over the course of a few days:

@brettimus brettimus changed the title Prepare release of 0.5.0 [WIP] Prepare release of 0.5.0 Jul 25, 2023
@brettimus brettimus changed the title [WIP] Prepare release of 0.5.0 Prepare release of 0.5.0 Aug 11, 2023
@brettimus
Copy link
Collaborator Author

i think we're ready to merge and release!

Copy link
Member

@flenter flenter left a comment

Choose a reason for hiding this comment

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

👍

@@ -81,6 +81,9 @@ export const TypescriptHover = {
}
return undefined;
} catch (err) {
// NOTE - This could happen because of an error in other TS plugins
// I.e., we could end up propagating errors from other plugins
// (This happened to me with the tailwind intellisense plugin)
Copy link
Member

Choose a reason for hiding this comment

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

I was thinking: Is there a way where we can better expose the exact error the user?

It seems like we can't show multiline notifications (see microsoft/vscode#101589) but perhaps we could do something where we add a "details" button so the user can find out more information around the exact error (which might help us resolve issues faster)

The @autometrics/typescript-plugin.

This is done just be make sure that people use the (current) latest
release of the typescript plugin.
@flenter flenter merged commit 0181bed into main Aug 14, 2023
@flenter flenter deleted the prepare-0-5-0 branch August 14, 2023 12:58
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.

2 participants