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

VSCODE_EXTENSIONS not working on macOS #214748

Closed
mayurankv opened this issue Jun 10, 2024 · 4 comments
Closed

VSCODE_EXTENSIONS not working on macOS #214748

mayurankv opened this issue Jun 10, 2024 · 4 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@mayurankv
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.90.0
  • OS Version: MacOS Sonoma 14.5 (M3 chip)

Steps to Reproduce:

  1. Set the VSCODE_EXTENSIONS environment variable
  2. Open VSCode
  3. The ~/.vscode folder will still be created even if the environment variable points elsewhere
@mayurankv
Copy link
Author

See #169600 for a similar (same?) issue but this point was not resolved.

@sandy081
Copy link
Member

The ~/.vscode folder will still be created even if the environment variable points elsewhere

This is not only used for extensions but also for other features like argv.json and cli. Please check if your extensions are being read from the folder you set in the env variable?

@sandy081 sandy081 added the info-needed Issue requires more information from poster label Jun 17, 2024
@VSCodeTriageBot
Copy link
Collaborator

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2024
@mayurankv
Copy link
Author

I have just symlinked the folder so not a massive issue, but it did appear to recreate the extensions folder in ~/.vscode evertytime even though VSCODE_EXTENSIONS was set elsewhere so I assume it was not reading from the set location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants