You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ AutoMapper.MapperConfiguration
73
73
74
74
## Debugging
75
75
76
-
`dotnet-script` supports debugging C# scripts. In order to do that we'll need to be able to invoke `dotnet-script.dll` directly - rather than via `dotnet` CLI.
76
+
`dotnet-script` supports debugging C# scripts. In order to do that we'll need to be able to invoke `dotnet-script.dll` directly - rather than via `dotnet` CLI. You will also need to have [C# Extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) installed.
77
77
78
78
Normally, the nuget package with the `dotnet-script.dll` will be globally located on your machine (on Windows) in `C:\Users\{user}\.nuget\packages\` folder let's refer to that location as `<NUGET_ROOT>`.
79
79
@@ -91,8 +91,8 @@ To debug a script using Visual Studio Code, create a folder `.vscode` next to yo
0 commit comments