Skip to content

Remove IndexDB for logs and files out of caution

Paul Slaughter requested to merge ps-remove-indexdb-out-of-caution into main
  • There's a lot of logging and other things here which could be problematic
  • We don't want too much to be exposed...

Screenshots

Before After 1 After 2 Actual content of vscode-userdata-store
Screen_Shot_2022-12-10_at_4.27.14_PM Screen_Shot_2022-12-14_at_3.03.04_PM Screen_Shot_2022-12-14_at_3.03.10_PM Screen_Shot_2022-12-14_at_3.03.26_PM
  • Before: There's a lot that gets written to these IndexDB records. I'm not sure if there's sensitive stuff here or even if it's ever cleaned up 🤷
  • After: Now there's only the minimal IndexDB storage 🎉

Known issue

Some internal systems are trying to read from a log file which isn't created. This creates some noise in the console.

Screen_Shot_2022-12-10_at_4.21.29_PM

Edited by Paul Slaughter

Merge request reports