Dollar signs versus percent signs for variables in run configurations?
已回答
Hi! Is there a difference between writing e.g. `%MODULE_WORKING_DIR%` and `$MODULE_WORKING_DIR$` in a run configuration? Is either of them preferred?
请先登录再写评论。
No differences, but $MODULE_WORKING_DIR$ is the default.
Thanks!