Skip to content

Commit fd85368

Browse files
committed
jt idea: import substratevm, tools and vm sources by default
1 parent 7c8d4da commit fd85368

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tool/jt.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,6 +2317,9 @@ def rubocop(*args)
23172317

23182318
def idea(*args)
23192319
ENV['ECLIPSE_EXE'] ||= install_eclipse
2320+
if args.empty?
2321+
args = %w[--dy /substratevm,/tools,/vm]
2322+
end
23202323
mx(*args, 'intellijinit')
23212324
end
23222325

0 commit comments

Comments
 (0)