Skip to content

Commit 63d3a8f

Browse files
authored
Merge pull request #2411 from posit-dev/fix-positron-python-test-crash
ignore more positron-python paths that crash the gulp watcher
2 parents 717c583 + 0ae5614 commit 63d3a8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/gulpfile.extensions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,10 @@ const tasks = compilations.map(function (tsconfigFile) {
238238
// (Note that these need to be ignored at `watcher` -- `gulp.src` is not enough.)
239239
if (relativeDirname === 'positron-python') {
240240
ignored = [
241-
path.join(srcBase, 'testTestingRootWkspc/**'),
242241
path.join(srcBase, 'test/1/**'),
243242
path.join(srcBase, 'test/should-not-exist/**'),
243+
path.join(srcBase, 'testMultiRootWkspc/**'),
244+
path.join(srcBase, 'testTestingRootWkspc/**'),
244245
];
245246
} else {
246247
ignored = [];

0 commit comments

Comments
 (0)