Skip to content

feat: Add logs output channel and refactor reload disposables

Paul Slaughter requested to merge ps-log-output-channel into main

Description

  • The logs output channel will be helpful at verifyin OAuth token changes (coming up in feat: Use AuthProvider and enable settings sync (!274 - merged))
  • The reload disposables is helpful at removing a gnarly assumption with how the array of disposables are managed. This is helpful for the upcoming AuthProivder MR since that needs to add a disposable that shouldn't be removed across reloads.

Screenshots

Command pallet Demo (reload still works)
Screenshot_2024-01-09_at_11.00.09_PM 20240109_demo
Edited by Paul Slaughter

Merge request reports

Loading