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.
2 parents 717c583 + 0ae5614 commit 63d3a8fCopy full SHA for 63d3a8f
build/gulpfile.extensions.js
@@ -238,9 +238,10 @@ const tasks = compilations.map(function (tsconfigFile) {
238
// (Note that these need to be ignored at `watcher` -- `gulp.src` is not enough.)
239
if (relativeDirname === 'positron-python') {
240
ignored = [
241
- path.join(srcBase, 'testTestingRootWkspc/**'),
242
path.join(srcBase, 'test/1/**'),
243
path.join(srcBase, 'test/should-not-exist/**'),
+ path.join(srcBase, 'testMultiRootWkspc/**'),
244
+ path.join(srcBase, 'testTestingRootWkspc/**'),
245
];
246
} else {
247
ignored = [];
0 commit comments