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

a question #3

Open
xiangmengpan opened this issue Aug 14, 2021 · 3 comments
Open

a question #3

xiangmengpan opened this issue Aug 14, 2021 · 3 comments

Comments

@xiangmengpan
Copy link

When my extension has a file icon, it will be very slow to switch (sometimes up to a minute)

@cyberbiont
Copy link
Owner

Hmm, I am not aware of any problems connected to extensions file icons. In essence, the extension just switches symlinks, so its functionality cannot possibly be deterred in this way. Can you please give more details about how to reproduce this problem?

@xiangmengpan
Copy link
Author

It recovered the next day, and I did not find the problem. I use the icon pkief.material-icon-theme-4.9.0, it seems that it does not use links but a copy of each environment.

@xiangmengpan
Copy link
Author

1. This is my java extension:

image

2. This is my python extension:

image

3. This is my json:

{
...
"profiles.extensions.common": [
       "vscodevim.vim",
       "kiteco.kite",
       "fisheva.eva-theme",
       "cyberbiont.vscode-profiles",
       "ms-ceintl.vscode-language-pack-zh-hans",
       "pkief.material-icon-theme",
       // "aaron-bond.better-comments",
       // "svenzhao.var-translation",
       // "formulahendry.auto-rename-tag",
       // "esbenp.prettier-vscode",
   ],
   "profiles.extensions.symlinkify": true,
   "workbench.iconTheme": "material-icon-theme",
}

4. vscode 1.59.0

When switching between the two environments, the lower left corner always displays the analyzing profile...

image

image

This extension doesn’t seem to use conforming links
When I removed the icon extension, the speed returned to normal

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

No branches or pull requests

2 participants