Skip to content

PowerShell on Mac OS X: error Debug adapter process has terminated unexpectedly #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alexdima opened this issue Aug 22, 2016 · 1 comment

Comments

@alexdima
Copy link

Moved from microsoft/vscode#10730


From @DSotnikov

  • VSCode Version: Code 1.4.0 (6276dcb0ae497766056b4c09ea75be1d76a8b679, 2016-08-04T16:41:29.513Z)
  • OS Version: Darwin x64 15.6.0

Steps to Reproduce:

  1. Added PowerShell extension,
  2. Created a simple file hello.ps1 with simple script: $i = 1,
  3. Save the file,
  4. Open folder containing the file,
  5. Click Debug,
  6. Accept default launch.json:
{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "PowerShell",
            "type": "PowerShell",
            "request": "launch",
            "program": "${file}",
            "args": [],
            "cwd": "${file}"
        }
    ]
}
  1. Press F5.
  2. Shows error "Debug adapter process has terminated unexpectedly"
@daviwil
Copy link
Contributor

daviwil commented Aug 22, 2016

I believe this is caused by the same reason as I explained in #250 so I'm closing this for now.

@daviwil daviwil closed this as completed Aug 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants