(self, event)
| 390 | self.gallery = gallery |
| 391 | |
| 392 | def on_modified(self, event): |
| 393 | if 'updated.json' in event.src_path: |
| 394 | log.info('Detected updated.json change, updating extension gallery') |
| 395 | self.gallery.update_state() |
| 396 | |
| 397 | |
| 398 | if not os.path.exists(vsc.ARTIFACTS): |
nothing calls this directly
no test coverage detected