multiversx / mx-ide-vscode

💻 VS Code extension for developing MultiversX Smart Contracts - Rust, C and C++.
MIT License
70 stars 36 forks source link

Error with shortcuts #52

Open nvergez opened 2 years ago

nvergez commented 2 years ago

I tried to bind a key to the command 'Elrond.runContractSnippet' but this error appeared: 'Cannot read properties of undefined (reading 'getPath'). See the Output Channels for more details.'

I tried with the command Elrond.buildContract and the same error appeared.