-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package 'positron-proxy' and 'positron-duckdb' dependencies (#5756)
This change fixes the Positron Proxy and Positron-DuckDB (CSV/TSV/Parquet viewer) extension bundling in release builds. An upstream change caused dependencies of built-in extensions to be ignored; this is mostly fine but a couple of our built-in extensions have third-party dependencies that need to be processed. The fix is to use the NPM dependency detection strategy on these specific extensions. We can't just use this strategy on _all_ extensions since it does not work on extensions that have dependencies that are externally supplied (which is the case for several Microsoft and Positron extensions). Additional fixes: - Fixes loading the `help.html` file in the Help pane in release builds, and makes the error visible if we can't. - Serializes Webpack extension building to avoid running out of file handles on Windows (`EMFILE`). Addresses #5742 Addresses #5743 e2e: @:data-explorer ### QA Notes This problem only reproduces in release builds.
- Loading branch information
Showing
5 changed files
with
97 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters