Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of the new "FortranFixedForm" #41

Open
daloic opened this issue Nov 18, 2021 · 1 comment
Open

Add support of the new "FortranFixedForm" #41

daloic opened this issue Nov 18, 2021 · 1 comment

Comments

@daloic
Copy link

daloic commented Nov 18, 2021

{scheme: 'file', language: 'FortranFreeForm', pattern: `${folder.uri.fsPath}/**/*`}

If just before, you add the line:

                    { scheme: 'file', language: 'FortranFixedForm', pattern: `${folder.uri.fsPath}/**/*` },

And in the package.json, you activate on FortranFixedForm:

"activationEvents": [
		"onLanguage:fortran",
		"onLanguage:fortran-modern",
		"onLanguage:fortran_fixed-form",
		"onLanguage:FortranFreeForm",
		"onLanguage:FortranFixedForm"
	],

the extension is working again for fixed form Fortran together with the modern Fortran extension. I am not sure why this stopped working (was FortranFixedForm introduced recently?). But at least, with this fix, I am happy again.

@daloic
Copy link
Author

daloic commented Nov 18, 2021

Forgot to mention that I tested against:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant