Skip to content

Commit 9fd0697

Browse files
author
Dave Bartolomeo
committed
Fix format
1 parent adf0ccb commit 9fd0697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/test/vscode-tests/cli-integration/jest-runner-vscode.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const config = {
2424
"github.codespaces",
2525
"--disable-extension",
2626
"github.copilot",
27-
"--disable-workspace-trust", // Disable trust because we copy our workspace to a temp directory
27+
"--disable-workspace-trust", // Disable trust because we copy our workspace to a temp directory
2828
tmpDataDir,
2929
path.resolve(rootDir, "test/data-extensions"), // folder containing the extension packs and packs that are targeted by the extension pack
3030
// CLI integration tests requires a multi-root workspace so that the data and the QL sources are accessible.

0 commit comments

Comments
 (0)