Coder Social home page Coder Social logo

Comments (10)

sutram avatar sutram commented on June 7, 2024 1

@stevenguh I did restart vscode. Here is the interesting thing:

From the command palette, I only see "Fuzzy outline" and if I go and check the fuzzy extension, the only command that is exposed by that extension is fuzzySearch.activeTextEditor with a description of "Fuzzy outline"

Thanks

from vspacecode.

stevenguh avatar stevenguh commented on June 7, 2024

Make sure jacobdufault.fuzzy-search extension is installed. It should be automatically installed by vscode since this extension is an extension pack that bundles that; however, it might not.

Also, is there any chance you are running vscode remote?

from vspacecode.

stevenguh avatar stevenguh commented on June 7, 2024

I just realized is a bug I introduced with <spc> s s as it didn't call the right command

from vspacecode.

stevenguh avatar stevenguh commented on June 7, 2024

Released v0.7.2 to fix the issue where <spc> s s wasn't calling the right command.

from vspacecode.

sutram avatar sutram commented on June 7, 2024

@stevenguh That was a quick release! 😄

I tried 0.7.2 and now with s s, I get the same error: TaskQueue: Error running task. Failed to handle key= . command 'fuzzySearch.activeTextEditorWithCurrentSelection' not found.

s S also results in the same error: TaskQueue: Error running task. Failed to handle key= . command 'fuzzySearch.activeTextEditorWithCurrentSelection' not found.

I checked and I have fuzzy-search 0.0.2 by jacobdufault installed

Thanks!

from vspacecode.

sutram avatar sutram commented on June 7, 2024

@stevenguh Sorry, also forgot to answer your other question - I am not editing a remote file. This is a local file

from vspacecode.

stevenguh avatar stevenguh commented on June 7, 2024

Can you try using the command palette (Ctrl+Shift+P) to search fuzzySearch.activeTextEditorWithCurrentSelection to see if you can see and trigger the command manually.
image

Also, have you tried restarting/reloading vscode?

from vspacecode.

stevenguh avatar stevenguh commented on June 7, 2024

This is very interesting. I figured it out, apparently for some reason VSCode cached a development version on my local vscode instance which contains that command. The current latest version v0.0.2 of fuzzy search doesn't contain that command. I opened an issue in the repo, and hopefully we will get a new release soon. Worst case, we might have to fork the repo and release it under VSpaceCode org.
jacobdufault/vscode-fuzzy-search#11

Meanwhile, merge this into your settings.json to override the default command

{
  "vspacecode.bindingOverrides": [
    {
      "keys": "s.s",
      "name": "Fuzzy search",
      "type": "command",
      "command":"fuzzySearch.activeTextEditor",
    }
  ]
}

from vspacecode.

sutram avatar sutram commented on June 7, 2024

@stevenguh s s is working with that workaround. I noticed that the developer was active 10 days ago so maybe there is a possibility of fuzzy match with selection.

from vspacecode.

stevenguh avatar stevenguh commented on June 7, 2024

The author of the fuzzy-search released v0.0.3. It should fix this issue and you can undo the override workaround.

from vspacecode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.