-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
chore: release vscode-mdx #257
Conversation
48e6741
to
b901a6a
Compare
2df3da7
to
b992cd3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm
b992cd3
to
2c8be64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let’s get this merged!
I guess this will automagically create a release? We’ll see.
Would be good to create a GH release as well (https://github.com/mdx-js/vscode-mdx/releases) |
I think it should, based on tags, but no tag is created. |
I’ll create a tag manually. |
Ok, so there are some quirks to resolve:
So it is published now, but it needs some streamlining. Also packages need to be published eventually. |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Minor Changes
#226
0fdf371
Thanks @remcohaszing! - Add experimental IntelliSenseTo enable IntelliSense, set
mdx.experimentalLanguageServer
totrue
in yourVSCode settings.
You can verify it’s enabled by interacting with the JavaScript parts on an MDX
document, for example by hovering an import or variable
#222
d2eb7a7
Thanks @KeyboardSounds! - Support for highlighting JSX evaluated expressionsIn JSX, you can include JS expressions within tags, like:
This PR adds syntax highlighting for those expressions by adding a new pattern
in the
tmLanguage.json
.