fortran-lang / vscode-fortran-support

Fortran language support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=fortran-lang.linter-gfortran
MIT License
203 stars 30 forks source link

feat: Publish Modern Fortran extension to the Open-VSX extension gallery for compatibility with Code Server #1079

Closed RemiLacroix-IDRIS closed 3 months ago

RemiLacroix-IDRIS commented 3 months ago

Is there an existing request for this?

I have tried the Pre-Release of the extension.

Feature Request

Hello,

Code Server (web-based version of VSCode) cannot use the official extension marketplace and is using instead the Open-VSX extension gallery: https://coder.com/docs/code-server/latest/FAQ#why-cant-code-server-use-microsofts-extension-marketplace.

Would it be possible to publish the Modern Fortran extension on it so that it's possible to use it in Code Server?

Best regards, Rémi Lacroix

gnikit commented 3 months ago

Please see

I will look into this, but I suspect it will not be possible for the same reason (C/C++ extension). I might look into patching the package.json, but I really hate this idea since it will make parts of the extension unusable.

RemiLacroix-IDRIS commented 3 months ago

Closing as duplicate, sorry I searched for open issues with "code server" and not Open VSX.