Browser launch and discovery logic used in VS Code's JavaScript Debugger
Перейти к файлу
Connor Peet a2a6482b02
Merge pull request #21 from microsoft/dependabot/npm_and_yarn/cross-spawn-7.0.6
build(deps): bump cross-spawn from 7.0.3 to 7.0.6
2024-11-18 15:03:54 -08:00
.vscode feat: look up well-known paths on osx first 2020-07-10 12:40:09 -07:00
fixtures fix: browser location discovery on catalina(?) 2020-05-06 15:34:16 -07:00
src fix: avoid searching for chrome text string in binary files 2024-01-29 13:24:05 -08:00
.eslintrc.js chore: update dependencies 2021-12-29 15:53:52 -08:00
.gitignore Initial commit 2020-02-18 18:28:36 +00:00
.npmignore init 2020-02-20 10:10:46 -08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-02-18 10:28:40 -08:00
LICENSE Initial LICENSE commit 2020-02-18 10:28:41 -08:00
README.md init 2020-02-20 10:10:46 -08:00
SECURITY.md Initial SECURITY.md commit 2020-02-18 10:28:43 -08:00
package-lock.json build(deps): bump cross-spawn from 7.0.3 to 7.0.6 2024-11-18 22:49:59 +00:00
package.json 1.1.2 2024-01-29 13:24:37 -08:00
pipeline.yml Adopt ghCreateTag 2023-03-15 09:43:16 -07:00
tsconfig.json init 2020-02-20 10:10:46 -08:00

README.md

vscode-js-debug-browsers

Browser discovery and launching library, used in vscode-js-debug to share between the extension and its companion.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.