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

Use newest mxpy (v9) #85

Merged
merged 2 commits into from
Dec 11, 2023
Merged

Use newest mxpy (v9) #85

merged 2 commits into from
Dec 11, 2023

Conversation

andreibancioiu
Copy link
Contributor

@andreibancioiu andreibancioiu commented Dec 10, 2023

  • Use newest mxpy (v9)
  • Remove templates that aren't supported by sc-meta
  • Run npm audit fix

From now on, vscode/settings.json should simply be:

// Linux:
{
    "terminal.integrated.env.linux": {
        "PATH": "${env:HOME}/multiversx-sdk:${env:HOME}/multiversx-sdk/vmtools:${env:PATH}",
    }
}

// MacOS:
{
    "terminal.integrated.env.osx": {
        "PATH": "${env:HOME}/multiversx-sdk:${env:HOME}/multiversx-sdk/vmtools:${env:PATH}",
    }
}

@andreibancioiu andreibancioiu self-assigned this Dec 10, 2023
@andreibancioiu andreibancioiu merged commit 1abf02c into master Dec 11, 2023
1 check passed
@andreibancioiu andreibancioiu deleted the update-mxpy-9 branch December 11, 2023 11:56
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

4 participants