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

Fix JS debugging in vscode #3016

Merged
merged 2 commits into from
Jan 20, 2021
Merged

Fix JS debugging in vscode #3016

merged 2 commits into from
Jan 20, 2021

Commits on Jan 19, 2021

  1. Fix JS debugging in vscode

    This adds a couple launch scripts to debug npm and yarn tests when
    running then using jest.
    
    The launch scripts complained about a missing config file so added this
    and changed the default env from jsdom to node as this is what we use.
    
    Changed `eslint-plugin-prettier` to `eslint-config-prettier` as this
    seems like the recommended extension now when using prettier with
    eslint: https://prettier.io/docs/en/integrating-with-linters.html
    
    This extracts these changes from the npm 7 branch:
    #3011
    feelepxyz committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    5d495af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb80d9 View commit details
    Browse the repository at this point in the history