Execute C#/CSX files interactively in Visual Studio Code.
- Installs & integrates with
dotnet script
command, which is unaffiliated- Follow and support their progress here!
- Create new C# Interactive workspaces
- Execute entire C# script files
- Execute selected or currently lines of C#
- Import nuget packages with
"#r nuget:..."
syntax
- .NET Core 3.0 or up
-
advanceNextLine: If no text is selected, automatically advances to next line after executing 'Run Selection'.
- Defaults to
false
- Defaults to
-
debug: Enable debug mode in
dotnet script
output. (Requires reload)- Defaults to
false
- Defaults to
There are known limitations within dotnet script
which are outside of the scope of this extension. For issues relating to dotnet script
submit issues here
- None
Updated dependencies
Initial release providing basic integration with dotnet script