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

[formatter] Update VSCode Extension to V2 #20743

Merged
merged 2 commits into from
Dec 27, 2024
Merged

Conversation

damirka
Copy link
Contributor

@damirka damirka commented Dec 27, 2024

Description

Updates the extension dependency to match the most recent plugin version.

Test plan

How did you test the new or updated feature?


Release notes

Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.

For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.

  • Protocol:
  • Nodes (Validators and Full nodes):
  • gRPC:
  • JSON-RPC:
  • GraphQL:
  • CLI:
  • Rust SDK:

@damirka damirka self-assigned this Dec 27, 2024
Copy link

vercel bot commented Dec 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sui-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 27, 2024 1:12pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
multisig-toolkit ⬜️ Ignored (Inspect) Visit Preview Dec 27, 2024 1:12pm
sui-kiosk ⬜️ Ignored (Inspect) Visit Preview Dec 27, 2024 1:12pm
sui-typescript-docs ⬜️ Ignored (Inspect) Visit Preview Dec 27, 2024 1:12pm

@@ -15,7 +15,7 @@ parentPort.on('message', async (message) => {
const { text, options } = JSON.parse(message);

return format(text, {
parser: 'move-parse',
parser: 'move',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We changed the name to move everywhere.

Copy link
Contributor Author

@damirka damirka Dec 27, 2024

Choose a reason for hiding this comment

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

From the plugin code (used to be move-parser)

export const languages: SupportLanguage[] = [
    {
        name: 'move',
        extensions: ['.move'],
        parsers: ['move'],
    },
];

@damirka damirka temporarily deployed to sui-typescript-aws-kms-test-env December 27, 2024 13:10 — with GitHub Actions Inactive
@damirka damirka enabled auto-merge (squash) December 27, 2024 13:20
@damirka damirka merged commit aa99382 into main Dec 27, 2024
52 checks passed
@damirka damirka deleted the ds/prettier-extension-release branch December 27, 2024 13:39
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