PSA: Use `extensions.experimental.affinity` to speed up extension
See original GitHub issueVSCode 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:
- Created a year ago
- Reactions:2
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Next on my PR list is to make the extension automatically detect if this is set, and prompt if not.
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.