vscode: Explicitly disable integration tests

This commit is contained in:
Manuel Bärenz 2023-02-14 09:28:42 +01:00
parent 349eefb89f
commit d9f8b18044

View File

@ -42,6 +42,9 @@ in
inherit sha256;
};
# We don't test vscode on CI, instead we test vscodium
tests = {};
sourceRoot = "";
updateScript = ./update-vscode.sh;