Skip to content

Releases: MYSTRAVIL/vscode-omp-manager

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 19:49
  • Usage meters show pacing: a marker where usage would be at an even pace through the window, and how far under or over that pace you are. Toggle with omp.usage.showPace.
  • Session groups collapse: click a header, or use Left and Right on it. Each header shows its session count, and collapse is remembered. A search shows every match regardless.
  • Folder groups have a + on hover that starts a session in that folder.
  • A resumed session shows a hollow "starting" dot until omp reports, which can take several seconds on a large session.
  • An OMP output channel logs each launch: terminal created, process started, and omp's first report, with timings.
  • Restore waits at most 2s (was 10s) for each terminal's process before opening the next, and the missing-hook warning comes after 10s (was 20s), with a Show Log button.
  • The first session scan no longer blocks the extension host; it reads files in chunks, and the resume picker shows a busy bar until it finishes.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Sep 08:05
  • Sidebar content uses more of the width: 8px from the left edge, and the right edge lines up with the session list's scrollbar lane.
  • The omp hook no longer leaves .tmp files behind or drops a status update when Windows blocks a file replace.
  • Usage limit warnings are remembered across windows and restarts, so each limit warns once per reset window.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 07:43

First release.

  • Sidebar with usage limits from omp usage: countdown and local reset time, warning color, optional status bar item and warning notification.
  • Session history for the workspace or all sessions, grouped by date or folder, with search and keyboard navigation.
  • Live status for open sessions (idle, working, needs input), with VS Code or OS notifications when a background session finishes or asks a question.
  • Restore the sessions that were open when VS Code closed, in tab order, with an option to ask first.
  • Launch settings: extra arguments, environment variables, start folder, tab icon and color.
  • Keybindings for New Session, Resume Session, and Focus Next Session Needing Input.