Disable workspace trust for CLI integration tests
This commit is contained in:
@@ -24,6 +24,7 @@ const config = {
|
|||||||
"github.codespaces",
|
"github.codespaces",
|
||||||
"--disable-extension",
|
"--disable-extension",
|
||||||
"github.copilot",
|
"github.copilot",
|
||||||
|
"--disable-workspace-trust", // Disable trust because we copy our workspace to a temp directory
|
||||||
tmpDataDir,
|
tmpDataDir,
|
||||||
path.resolve(rootDir, "test/data-extensions"), // folder containing the extension packs and packs that are targeted by the extension pack
|
path.resolve(rootDir, "test/data-extensions"), // folder containing the extension packs and packs that are targeted by the extension pack
|
||||||
// CLI integration tests requires a multi-root workspace so that the data and the QL sources are accessible.
|
// CLI integration tests requires a multi-root workspace so that the data and the QL sources are accessible.
|
||||||
|
|||||||
Reference in New Issue
Block a user