question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PSA: Use `extensions.experimental.affinity` to speed up extension

See original GitHub issue

VSCode allows extensions to run in their own thread. This improves productivity, and also is more important as of recent PRs.

Add to settings.json:

"extensions.experimental.affinity": {
    "asvetliakov.vscode-neovim": 1
},

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:2
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
theol0403commented, Oct 13, 2022

Next on my PR list is to make the extension automatically detect if this is set, and prompt if not.

1reaction
theol0403commented, Oct 17, 2022

You are correct, I did know that but didn’t think it was an issue. I didn’t think it would hurt to include both as they both benefit from this setting and then you don’t have duplicates in settings.json.

However, I can see how this can be confusing, and will delete that line when I have the chance.

Edit: I was referring to the README/psa snippet, I agree that when the plugin checks for this it should only add itself.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to download/use Affinity's Pathfinder Chrome Extension
Download the Affinity Pathfinder Chrome Extension to easily qualify, manage, and capture insights about your Affinity connections and deals ...
Read more >
vscode-neovim - Bountysource
Using the mouse to switch tabs instead of ctrl+tab still causes this delay, ... PSA: Use `extensions.experimental.affinity` to speed up extension $ 0....
Read more >
Surface Plasmon Resonance: A Versatile Technique ... - NCBI
The application extensions of SPR biosensors are not only limited to ligand-receptor ... and new methods for faster and more accurate detection is...
Read more >
Flightless anchors IQGAP1 and R-ras to mediate cell ...
In experiments using IQGAP1 immunoprecipitation of FliI WT cells ... extensions formed by IQGAP1–/– cells did not increase over time (Figure ...
Read more >
Microfluidic Approaches for Affinity-Based Exosome Separation
devices using highly selective affinity separation. ... Additionally, special flow routes and patterns that increase ... Economic pa-.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found