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

add allowed_extensions setting #216

Merged
merged 1 commit into from
Jun 28, 2023
Merged

add allowed_extensions setting #216

merged 1 commit into from
Jun 28, 2023

Conversation

timkpaine
Copy link
Member

rebased and tweaked #215

@github-actions
Copy link

Test Results

4 tests  ±0   4 ✔️ ±0   7s ⏱️ -1s
3 suites ±0   0 💤 ±0 
2 files   ±0   0 ±0 

Results for commit e7a9f42. ± Comparison against base commit e1e0b4b.

@codecov-commenter
Copy link

Codecov Report

Merging #216 (e7a9f42) into main (e1e0b4b) will increase coverage by 0.02%.
The diff coverage is 71.42%.

@@            Coverage Diff             @@
##             main     #216      +/-   ##
==========================================
+ Coverage   65.88%   65.90%   +0.02%     
==========================================
  Files           6        6              
  Lines          85       88       +3     
  Branches       12       13       +1     
==========================================
+ Hits           56       58       +2     
- Misses         26       27       +1     
  Partials        3        3              
Impacted Files Coverage Δ
jupyterlab_templates/extension.py 56.52% <71.42%> (+0.46%) ⬆️

@@ -103,22 +103,29 @@ function activate(app, menu, browser, launcher) {
const {path} = browser.defaultBrowser.model;

return new Promise((resolve) => {
const ext = data.filename.split(".").pop().toLowerCase();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I bet there's something in the JupyterLab packages to do this

@timkpaine timkpaine merged commit 30937a1 into main Jun 28, 2023
@timkpaine timkpaine deleted the allow_more_extensions branch June 28, 2023 12:38
@jpetrucciani
Copy link
Contributor

@timkpaine Thanks for rebasing + tweaking + merging this! Is this something you'd be willing to create a new release for? Currently, we've got our fork building a wheel for us to vendor - but I'd love to get our builds swapped back to just using pip install!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants