Environment data
C# Extension version: 1.11
OS: Windows
Steps to reproduce
- Create a console app with an infinite loop
- Open a 'Network service' command prompt with --
psexec -i -u "nt authority\network service" cmd.exe
- In this command prompt, start the app (ex:
dotnet bin\Debug\netcoreapp2.0\CsInfiniteLoop.dll)
- Start Visual Studio Code as an Administrator
- Open up the project, and generate a launch.json if not already done
- Switch to the 'Attach' configuration
- Try to attach to the dotnet process
Expected behavior
Attach should succeed
Actual behavior

Access is denied.