oleg-shilo / cs-script.vscode

VSCode extension for CS-Script
MIT License
37 stars 7 forks source link

Version 1.6 Cannot create new script : mono required #21

Closed t-andre closed 4 years ago

t-andre commented 4 years ago

OS version : Windows 10

Hi, First of all thank you for the plugin.

If mono is not installed it's not possible to use the plugin .

I have this error

CS-Script: Error: Command failed: mono --version 'mono' is not recognized as an internal or external command, operable program or batch file.

Cheers.

oleg-shilo commented 4 years ago

Yes there is a logical mistake there. Sorry about that.

While mono is not required the check for its presence is still there.

Working on it. The only way around right now is to install Mono :(

oleg-shilo commented 4 years ago

Fixed. Please update to v1.6.2

t-andre commented 4 years ago

Thanks. I will check it

t-andre commented 4 years ago

Hi, there's is no mono dependencies error anymore. But I have a CS-Script initializing error. It's the same problem #22

Cheers

oleg-shilo commented 4 years ago

Please follow #22 I will be publishing the progress updates there.