We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364d927 commit d3c8b47Copy full SHA for d3c8b47
package.json
@@ -628,7 +628,7 @@
628
"command": "fortran.build.debug",
629
"group": "navigation@1",
630
"title": "Debug Fortran File",
631
- "when": "resourceLangId == fortran && !isInDiffEditor && !virtualWorkspace && shellExecutionSupported"
+ "when": "resourceLangId =~ /Fortran/ && !isInDiffEditor && !virtualWorkspace && shellExecutionSupported"
632
}
633
]
634
0 commit comments