vscode-extensions.influxdata.flux: init at 0.6.5.

This commit is contained in:
Vanilla 2021-10-02 21:43:35 +08:00
parent e5fe6f4c58
commit 84b08df988
No known key found for this signature in database
GPG key ID: 3750028ED04FA42E

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";