We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb71683 commit d100614Copy full SHA for d100614
.vscode-test.js
@@ -98,6 +98,7 @@ module.exports = defineConfig({
98
"dist/test/integration-tests/tasks/**/*.test.js",
99
"dist/test/integration-tests/commands/build.test.js",
100
"dist/test/integration-tests/testexplorer/TestExplorerIntegration.test.js",
101
+ "dist/test/integration-tests/commands/dependency.test.js",
102
],
103
version: process.env["VSCODE_VERSION"] ?? "stable",
104
workspaceFolder: "./assets/test.code-workspace",
0 commit comments