VS Code extension for running C# snippets using scriptcs.
scriptcs should be installed on your machine.
CMD+shift+r
(Mac) or Ctrl+shift+r
(Linux, Windows) to run the code. Alternatively, press F1
and choose Execute with scriptcs
optionscriptcs
window will pop up, with your script output.CMD+shift+r
(Mac) or Ctrl+shift+r
(Linux, Windows) to run the code. Alternatively, press F1
and choose Execute with scriptcs
optionscriptcs
window will pop up, with your script output.Clone the repo and open in VS Code, then just press F5 to run. This will launch a new instance of VS Code with the extension installed.
Alternatively, you can build from command line. Navigate to the folder with the extension and run:
node ./node_modules/vscode/bin/compile -watch -p ./
All the code is on github. Please report any issues or suggestions there.