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

jest-editor-support: Add support for Windows Subsystem for Linux in Runner #6941

Closed
wants to merge 3 commits into from

Commits on Oct 14, 2018

  1. jest-editor-support: Add support for Windows Subsystem for Linux in R…

    …unner
    
    * Add useWsl configuration flag to project worksapce
    * Translate windows paths in call args to POSIX paths valid in WSL
    
    see jest-community/vscode-jest#331
    Mojadev authored and mojadev committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    f76ae0c View commit details
    Browse the repository at this point in the history
  2. jest-editor-support: Move all wsl path translation into jest-editor-s…

    …upport, support multiple wsl environments
    
    - The useWsl config in ProjectWorkspace can now be
      either 'true' or the actual wsl command (e.g. 'ubuntu run')
    - Resolving the path is done after resolving the json file,
      so for projects using jest-editor-support no extra effort is required
      to support useWsl
    mojadev committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    cd11442 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Configuration menu
    Copy the full SHA
    9f62a27 View commit details
    Browse the repository at this point in the history