multiversx / mx-ide-vscode

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

Readme update suggestion #58

Open vladnegrean14 opened 1 year ago

vladnegrean14 commented 1 year ago

Hello,

This is only a suggestion for the readme file. It says there that Windows is not supported yet, but there's a workaround for windows developers and that's called Windows Subsystem for Linux. Once WSL is installed, VS Code provides an extension for working inside this remote environment https://code.visualstudio.com/docs/remote/wsl-tutorial.

These workarounds helped me to run local testnet and smart contracts and basically I was able to do everything a developer that's using Linux/MacOS does.

Note: This has been tested only on Windows 11.

Best regards

schimih commented 1 year ago

Hey @vladnegrean14 ,

Will add this to the documentation, thanks for the Heads Up!