vscode-dependencyGraph icon indicating copy to clipboard operation
vscode-dependencyGraph copied to clipboard

Add Ruby support

Open mslinn opened this issue 1 year ago • 0 comments

The include syntax for Ruby is:

require 'public_gem'
require_relative 'path/to/private_gem'

The JS / TS parser could be modified for Ruby dependencies.

mslinn avatar Jul 25 '24 12:07 mslinn