Skip to content

Commit d3c8b47

Browse files
committed
bug: fixes display of Debug button
1 parent 364d927 commit d3c8b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
"command": "fortran.build.debug",
629629
"group": "navigation@1",
630630
"title": "Debug Fortran File",
631-
"when": "resourceLangId == fortran && !isInDiffEditor && !virtualWorkspace && shellExecutionSupported"
631+
"when": "resourceLangId =~ /Fortran/ && !isInDiffEditor && !virtualWorkspace && shellExecutionSupported"
632632
}
633633
]
634634
}

0 commit comments

Comments
 (0)