Skip to content

Commit 661d69e

Browse files
authored
Fix problem matcher for bricks sync (#160)
![Screenshot 2022-11-03 at 15 41 20](https://user-images.githubusercontent.com/40952/199751796-1d72e2e2-45b3-4c32-9ae2-007c266f5aba.png)
1 parent 890dd56 commit 661d69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/databricks-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
},
367367
"background": {
368368
"activeOnStart": true,
369-
"beginsPattern": "Syncing from",
370-
"endsPattern": "Done(\\. Watching for changes\\.\\.\\.)$"
369+
"beginsPattern": "Remote file sync location:",
370+
"endsPattern": "Initial Sync Complete$"
371371
}
372372
}
373373
],

0 commit comments

Comments
 (0)