feat: Tell the user where to set the toolchain
This commit is contained in:
parent
17dca6d419
commit
0ed6adff8d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ abstract class ZigProgramRunner<ProfileState: ZigProfileState<*>>(protected val
|
|||
val toolchain = environment.project.zigProjectSettings.state.toolchain ?: run {
|
||||
Notification(
|
||||
"zigbrains",
|
||||
"Zig project toolchain not set, cannot execute program!",
|
||||
"Zig project toolchain not set, cannot execute program! Please configure it in [Settings | Languages & Frameworks | Zig]",
|
||||
NotificationType.ERROR
|
||||
).notify(environment.project)
|
||||
return null
|
||||
|
|
Loading…
Add table
Reference in a new issue