Skip to content
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

Ensure node-based debug adapters spawn same node exec as Theia #5492

Closed
wants to merge 5 commits into from

Commits on Jun 17, 2019

  1. Ensure node-based debug adapter spawn same node as Theia

    Signed-off-by: Eyal Barlev <eyal.barlev@sap.com>
    perspectivus1 committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    5c7fbc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Merge https://github.com/theia-ide/theia

    Signed-off-by: Eyal Barlev <eyal.barlev@sap.com>
    perspectivus1 committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    ff1f50f View commit details
    Browse the repository at this point in the history
  2. Fixed spawning debug processes in Electron

    Signed-off-by: Eyal Barlev <eyal.barlev@sap.com>
    perspectivus1 committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    3d01560 View commit details
    Browse the repository at this point in the history
  3. Spawn Node.js-based debug adapter using Electron's embedded Node.js

    Signed-off-by: Eyal Barlev <eyal.barlev@sap.com>
    perspectivus1 committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    f8d930a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. removing use of runAsNodeEnv(), as we always spawn debug adapters (an…

    …d not fork)
    
    Signed-off-by: Eyal Barlev <eyal.barlev@sap.com>
    perspectivus1 committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    452ec24 View commit details
    Browse the repository at this point in the history