UCSD-PL / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
0 stars 7 forks source link

LEAP Logging infrastructure #49

Open KasraF opened 1 year ago

KasraF commented 1 year ago

We need to implement logging for LEAP for use with the user study. From our meeting on 03/10/2023, I have the following events to log:

  1. Time of Leap panel opening
  2. Time they press Ctrl+Enter to close it/say they're done. (and which completion is currently selected?)
  3. When they click Preview (and which one)
  4. When they edit (we get this from RTVDisplay)
  5. Log when panel hides away
  6. Log when panel comes back in focus
KasraF commented 1 year ago

See first draft of this in cf9a21230547dae9cdefe6f8e8b54738d012daea. I will keep this open for now, since we need to test it and make sure everything is working as intended..