You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This installs all plugins as globally enabled, even the ones I've disabled on VS Code (and enable per workspace to reduce memory usage and false errors, like opening a non-Rust project with rust-analyzer enabled). Additionally it installs optional dependencies of plugins even if I uninstalled in VS Code, like Python installs Pylance (a proprietary Python LSP I didn't install and is DRMed to only work on proprietary first-party builds, and probably fails on editors like this).
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes/No
Haystack Version: 0.18
VS Code Version: 1.90.0
Chromium: 122.0.6261.156
OS: {3 } (Arch Linux)
Steps to Reproduce:
This installs all plugins as globally enabled, even the ones I've disabled on VS Code (and enable per workspace to reduce memory usage and false errors, like opening a non-Rust project with rust-analyzer enabled). Additionally it installs optional dependencies of plugins even if I uninstalled in VS Code, like Python installs Pylance (a proprietary Python LSP I didn't install and is DRMed to only work on proprietary first-party builds, and probably fails on editors like this).
The text was updated successfully, but these errors were encountered: