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
If we were to implemented this, then we'd probably want MacPorts supported for all version managers on Mac, to avoid inconsistency. It may be helpful to introduce some abstraction for Homebrew/MacPorts to reduce duplication.
I have checked that this feature is not already implemented
Use case
Currently asdf-vm is supported for various install methods including HomeBrew but not via the MacPorts https://www.macports.org/ system.
Description
Ruby installs from asdf-vm should be detected if asdf-vm was installed via MacPorts.
Implementation
In src/ruby/asdf.ts various search paths are present, e.g. for Homebrew
ruby-lsp/vscode/src/ruby/asdf.ts
Lines 60 to 68 in bbc1ccb
Support for MacPorts can be added by adding the additional default path for asdf-vm from MacPorts in the following way:
The text was updated successfully, but these errors were encountered: