Visual Studio Code output window stays empty using scriptcsRunner

765 Views Asked by At

I've been trying to fiddle around with Scriptcs and since I don't always want to fire up Visual Studio and use the interactive window, I'd tried my hand with Visual Studio code.

These are the steps I've taken:

  1. @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/scriptcs-contrib/svm/master/install/installer.ps1'))" && SET PATH=%HOME%\.svm\bin\;%HOME%\.svm\shims\;%PATH%

  2. svm install 0.15.0

  3. VS Code -> ext install scriptcsRunner -> Restart VS Code

Using a command prompt and issuing scriptcs [enter] Console.WriteLine("foo"); [enter] returns foo.

Using sublime Text 3, I get the same results. However, in Visual Studio code executing it with Ctrl + Shift + R gives me an empty Output window. How can I debug and rectify this?

0

There are 0 best solutions below