Readme

VSCode generic debug dotnet

  • I found that this guy vscode github issue requested that Microsoft make a ${fileDirBasename} to the launch.json in vscode. That made it to where this can work really well.
    • It got added to vscode in v1.52.0
  • I make a new folder, then use the dotnet new console to start the new project. Then you can do whatever you need to do.