Skip to content

feat: Display trace for running Jobs

Lennard Sprong requested to merge (removed):running_trace into main

Relates to #423 (closed) and #631 (closed)

This MR adds the ability to view a trace in the editor, which will refresh automatically. This replaces the default behavior of opening the browser, which has been moved to a context menu command.

Features:

  • Animation that displays inline when the job is running
  • Editor button for scrolling to the bottom
  • Automatically scroll the editor to the bottom when the bottom is visible when an update occurs
  • Use ETag and If-None-Match headers to avoid redownloading the trace when there are no changes
  • Workaround for problem in VS Code, where text selection will suddenly extend when an update occurs.

live-log

Edited by Tomas Vik

Merge request reports

Loading