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 {
|
val toolchain = environment.project.zigProjectSettings.state.toolchain ?: run {
|
||||||
Notification(
|
Notification(
|
||||||
"zigbrains",
|
"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
|
NotificationType.ERROR
|
||||||
).notify(environment.project)
|
).notify(environment.project)
|
||||||
return null
|
return null
|
||||||
|
|
Loading…
Add table
Reference in a new issue