Skip to content

Commit 971d5bb

Browse files
committed
The extension would not activate for fixed form
Fixes Extension does not activate for FixedForm #257
1 parent 9041f9b commit 971d5bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"Debuggers"
4040
],
4141
"activationEvents": [
42-
"onLanguage:FortranFreeForm"
42+
"onLanguage:FortranFreeForm",
43+
"onLanguage:FortranFixedForm"
4344
],
4445
"main": "./out/src/extension",
4546
"extensionDependencies": [

0 commit comments

Comments
 (0)