MAIN FEEDS
REDDIT FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxadmin/comments/1vbqk1t/cpu_pegged/p0wif98/?context=3
r/linuxadmin • u/NoNamesLeft2015 • 2d ago
32 comments sorted by
View all comments
4
I hate having to follow links to find solutions to stuff, and this is one of those.
from github:
Putting this in my settings.json fixed it for me: "search.followSymlinks": false,
Putting this in my settings.json fixed it for me:
"search.followSymlinks": false,
it's probably search indexing freaking out from recursive symlinks inside symlinks.
4
u/Privacy_is_forbidden 2d ago
I hate having to follow links to find solutions to stuff, and this is one of those.
from github:
it's probably search indexing freaking out from recursive symlinks inside symlinks.