Merge pull request #140277 from VergeDX/influxdata.flux

vscode-extensions.influxdata.flux: init at 0.6.5.
This commit is contained in:
figsoda 2021-10-02 12:02:43 -04:00 committed by GitHub
commit ccecd965ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -944,6 +944,18 @@ let
};
};
influxdata.flux = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "influxdata";
name = "flux";
version = "0.6.5";
sha256 = "sha256-rKkZ7Sg8buryFtbIuKsrf3V3Rf7PP8hnbEIRFf4FvSM=";
};
meta = with lib; {
license = licenses.mit;
};
};
james-yu.latex-workshop = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "latex-workshop";