Cmdlets/src/XpandPwsh.Cmdlets/Properties/launchSettings.json

{
  "profiles": {
    "XpandPwsh.Cmdlets": {
      "commandName": "Executable",
      "executablePath": "powershell",
      "commandLineArgs": "-noexit Import-Module \".\\XpandPwsh.Cmdlets.dll\""
    }
  }
}