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
VSCode has a command to detect the package manager: npm.packageManager.
This setting could be combined with our package manager logic to make the process automatic (in the current solution, user can only set the preferred package manager manually).
VSCode has a command to detect the package manager:
npm.packageManager
.This setting could be combined with our package manager logic to make the process automatic (in the current solution, user can only set the preferred package manager manually).
References:
If I understand correctly, this cannot be used directly in the language server, so there are two options:
The text was updated successfully, but these errors were encountered: