getappmap / appmap-js

Client libraries for AppMap
49 stars 17 forks source link

`scan --watch` is not working on Windows #726

Closed dustinbyrne closed 2 years ago

dustinbyrne commented 2 years ago

Even when running scan --watch with existing indexes and running touch on the mtime files, no scans occur. scan --all works as intended.

jansorg commented 2 years ago

@brikelly I think this is significant for the IntelliJ support. What do you think?

brikelly commented 2 years ago

Yes it is crucial for IntelliJ (and likely VS Code too) to work.

kgilpin commented 2 years ago

Dustin and I feel like this is a big risk for TC. Would like to see this resolved as soon as possible.

On Tue, Sep 20, 2022 at 9:22 AM Brian Kelly @.***> wrote:

Yes it is crucial for IntelliJ (and likely VS Code too) to work.

— Reply to this email directly, view it on GitHub https://github.com/applandinc/appmap-js/issues/726#issuecomment-1252348026, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAVC647OCSRRX3YQJJTQK3V7G3BXANCNFSM6AAAAAAQI4G74U . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ahtrotta commented 2 years ago

Yup, I'll try to wrap up what I'm working on ASAP so I can get to this.

dustinbyrne commented 2 years ago

This is resolved by #743