Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants