Modify Default Run Configuration for 'Run the current file'
已回答
Is it possible to modify the default values used for ‘Run the current file’ action without creating a dedicated Run configuration for this file?
In projects like my attempt for Advent of Code, i have a lot of independent single-file programs and it would be nice to run the programs right from editor.
But in this project i need specific parameters/environment variables used for all files/main functions
请先登录再写评论。
Hello,
Generally, this action creates temporarily run configuration. You may change run configuration template, so it will contain needed settings (use “Edit configuration templates” in “Run configurations” dialog).