FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing main...feat/fmt-stack · rstackjs/rstack-editor · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rstackjs/rstack-editor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: rstackjs/rstack-editor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/fmt-stack
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 89 files changed
  • 1 contributor

Commits on Aug 6, 2026

  1. Configuration menu
    Copy the full SHA
    1fbe57e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2026

  1. feat(vscode): log fmt requests and stack status transitions

    Status-bar state changes now land in the shell log with their reason, and
    identical re-reports skip both the log line and the tooltip rebuild. The fmt
    stack logs each request the way prettier-vscode does (entry and outcome at
    info with duration, resolution detail at debug), forwards the CLI's stderr
    tail on successful runs, and explains once per folder why a request in an
    undetected folder did nothing.
    fi3ework committed Aug 7, 2026
    Configuration menu
    Copy the full SHA
    776cb9c View commit details
    Browse the repository at this point in the history
  2. chore(vscode): isolate the F5 playground from personal settings

    The extension-host debugger inherits the developer's own profile, so a
    personal language-scoped defaultFormatter silently outranks the fixture's
    folder settings; with extensions disabled that formatter is unavailable and
    format-on-save does nothing. Launch the playground with an isolated,
    auto-created profile instead (the debugger strips --user-data-dir, so
    --profile is the supported mechanism), and give the rstack fixture
    format-on-save through the extension under development.
    fi3ework committed Aug 7, 2026
    Configuration menu
    Copy the full SHA
    fd985ec View commit details
    Browse the repository at this point in the history
  3. chore(vscode): quiet the E2E hosts to warn-level logs

    VS Code's CI-only extension inventory and AgentHost info logs drowned the
    test output; --log=warn keeps them out while VSCODE_TEST_LOG_LEVEL preserves
    an opt-in for verbose diagnosis.
    fi3ework committed Aug 7, 2026
    Configuration menu
    Copy the full SHA
    71bc94d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff3ea28 View commit details
    Browse the repository at this point in the history
  5. fix(vscode): hold the F5 launch until every watch target is built

    The watch matcher's endsPattern matched the per-target "built in" line, and
    the worker bundle finishes seconds before the extension bundle — the first
    F5 launched against a half-written dist/ and the extension failed to load.
    Match the once-per-build "build completed" line instead.
    fi3ework committed Aug 7, 2026
    Configuration menu
    Copy the full SHA
    753f59b View commit details
    Browse the repository at this point in the history
  6. fix(vscode): refresh the fmt running reason when detection changes

    A config or lockfile change can reshape the set of fmt-detected folders
    while reconciliation deliberately keeps the controller alive, leaving the
    status hover and shell log with stale folder names until the next
    successful format. Report from the detection listener instead; an empty
    snapshot stays silent because the shell's retire path owns the off states.
    fi3ework committed Aug 7, 2026
    Configuration menu
    Copy the full SHA
    4fbf537 View commit details
    Browse the repository at this point in the history
  7. test(vscode): name failing E2E tests in the runner's rejection

    Mocha's reporter writes to the extension host's stdout, which never reaches
    the harness log — CI showed only the failure count. The rejection message is
    the one channel that does surface, so it now carries each failed test's
    title and assertion message.
    fi3ework committed Aug 7, 2026
    Configuration menu
    Copy the full SHA
    a4754fc View commit details
    Browse the repository at this point in the history
  8. fix(vscode): report the running reason from the latest snapshot

    Detection can change while a format request is in flight; the success path
    reported from the request's captured snapshot and reverted the hover and
    shell log to the pre-change folder list.
    fi3ework committed Aug 7, 2026
    Configuration menu
    Copy the full SHA
    51630c5 View commit details
    Browse the repository at this point in the history
  9. fix(vscode): pin E2E fixture sources to LF on every platform

    The Windows runners check fixtures out with CRLF (autocrlf), and VS Code
    drops EOL-only changes from computeMoreMinimalEdits, so the formatted
    document keeps \r\n and the fmt E2E's exact-output assertion fails. Byte-
    identical fixtures make the assertion hold everywhere without loosening it.
    fi3ework committed Aug 7, 2026
    Configuration menu
    Copy the full SHA
    a6e1817 View commit details
    Browse the repository at this point in the history
  10. chore: adopt mattpocock/skills for cross-agent workflows

    - Install 15 skills into .agents/skills/ as the single source of truth,
      with .claude/skills/ symlinks so both Claude Code and Codex read them
    - Record the install in skills-lock.json
    - Configure the issue tracker (GitHub Issues via gh) and single-context
      domain doc layout under docs/agents/, referenced from AGENTS.md
    - Ignore the per-developer .claude/settings.local.json
    fi3ework committed Aug 7, 2026
    Configuration menu
    Copy the full SHA
    ae9023c View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL