wpilibsuite / WPILibInstaller-Avalonia

Other
8 stars 20 forks source link

Disable CLI args for AdvantageScope on Windows #397

Closed jwbonner closed 7 months ago

jwbonner commented 7 months ago

AdvantageScope expects the first argument to be a log file to open, which is used when launching it from a file browser on Linux and Windows. The VSCode extension passes the tool storage folder in the workspace (which AdvantageScope doesn't use), producing an error message on Windows. This is fixed by not copying the arguments to the launch script, which is consistent with the Python version.

This is unrelated to the issue where AdvantageScope is slow to launch on Windows.