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 search configuration #111

Merged
merged 1 commit into from
Mar 10, 2020
Merged

Fix search configuration #111

merged 1 commit into from
Mar 10, 2020

Conversation

scalder27
Copy link
Contributor

This PR fixing 2 problems:

  1. custom search (jb_search_customisation_file) doesn't work. Just because of missing path.
  2. since fuse.js@3.6.1 total weight couldn't exceed 1
Error: Total of weights cannot exceed 1
    at e.value (/usr/local/lib/node_modules/@bchatard/alfred-jetbrains/node_modules/fuse.js/dist/fuse.js:9:3409)
    at new e (/usr/local/lib/node_modules/@bchatard/alfred-jetbrains/node_modules/fuse.js/dist/fuse.js:9:2634)
    at /usr/local/lib/node_modules/@bchatard/alfred-jetbrains/src/index.js:31:20
    at Object.<anonymous> (/usr/local/lib/node_modules/@bchatard/alfred-jetbrains/src/index.js:60:3)
    at Object.<anonymous> (/usr/local/lib/node_modules/@bchatard/alfred-jetbrains/node_modules/esm/esm.js:1:251206)
    at /usr/local/lib/node_modules/@bchatard/alfred-jetbrains/node_modules/esm/esm.js:1:245054
    at Generator.next (<anonymous>)
    at bl (/usr/local/lib/node_modules/@bchatard/alfred-jetbrains/node_modules/esm/esm.js:1:245412)
    at kl (/usr/local/lib/node_modules/@bchatard/alfred-jetbrains/node_modules/esm/esm.js:1:247659)
    at Object.u (/usr/local/lib/node_modules/@bchatard/alfred-jetbrains/node_modules/esm/esm.js:1:287740)

@bchatard bchatard merged commit b49fc5e into bchatard:master Mar 10, 2020
@bchatard
Copy link
Owner

Thanks!

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.

None yet

2 participants