Merge pull request #202738 from schuelermine/add/vscode/sonarlint

vscode-extensions.sonarsource.sonarlint-vscode: init at 3.12.0
This commit is contained in:
figsoda 2022-11-24 17:59:31 -05:00 committed by GitHub
commit d3c7f3c80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2451,6 +2451,16 @@ let
};
};
sonarsource.sonarlint-vscode = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "sonarlint-vscode";
publisher = "sonarsource";
version = "3.12.0";
sha256 = "sha256-vVOmqb0iEIGgN+LkJfazNN+KNWvnWRbIsqetXfeabJU=";
};
meta.license = lib.licenses.lgpl3Only;
};
spywhere.guides = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "guides";