oleg-shilo / cs-script.vscode

VSCode extension for CS-Script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension do not work

martasp opened this issue · comments

Dependencies are instaled but the extension doesn't work.
mono : The term 'mono' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

  • mono "C:\Users\mart\AppData\Roaming\Code\User\cs-script.user\cscs.exe ...
  •   + CategoryInfo          : ObjectNotFound: (mono:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    

Can you check that you have Mono installed as well as MonoDebugger VSCode extension.
They are the prerequisites for CS-Script extension.