vscode-extensions.fortran-lang.linter-gfortran: init at 3.4.2024061701
This commit is contained in:
parent
1796324dc1
commit
b4bdda60d5
@ -1780,6 +1780,23 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
fortran-lang.linter-gfortran = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "linter-gfortran";
|
||||
publisher = "fortran-lang";
|
||||
version = "3.4.2024061701";
|
||||
hash = "sha256-i357EzQ8cm8NPsMBbsV5ToMoBDa59Bh6ylC9tNjMY6s=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/fortran-lang.linter-gfortran/changelog";
|
||||
description = "Fortran language support for Visual Studio Code";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=fortran-lang.linter-gfortran";
|
||||
homepage = "https://github.com/fortran-lang/vscode-fortran-support";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.uncenter ];
|
||||
};
|
||||
};
|
||||
|
||||
foxundermoon.shell-format = callPackage ./foxundermoon.shell-format { };
|
||||
|
||||
freebroccolo.reasonml = buildVscodeMarketplaceExtension {
|
||||
|
Loading…
Reference in New Issue
Block a user