Skip to content
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: remarkjs/vscode-remark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.0
Choose a base ref
...
head repository: remarkjs/vscode-remark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 14 commits
  • 12 files changed
  • 2 contributors

Commits on Apr 18, 2024

  1. Update GitHub actions to the latest version (#131)

    This includes the update of the Node.js version used. The action
    `GabrielBB/xvfb-action` is deprecated and is no longer needed.
    remcohaszing authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4925609 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. Update dev dependencies

    This also affects some formatting.
    remcohaszing committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    a5c160f View commit details
    Browse the repository at this point in the history
  2. Add .vscode-test/ to .remarkignore

    This folder may contain generated markdown files. We don’t want to lint
    that.
    remcohaszing committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    d11bb21 View commit details
    Browse the repository at this point in the history
  3. Use @vscode/test-cli

    This CLI means we don’t have to handle certain things. For example, it
    turned out we had a failing test, but the process still exited with
    exit code 0.
    remcohaszing committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    d8a0341 View commit details
    Browse the repository at this point in the history
  4. Define language server trace options

    These options can be used to configure the log tracing of the language
    server. The `advanced` tag means that GUI users will only see it if the
    use advanced filtering.
    remcohaszing committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    ad90f4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bea67b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ff14bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7d2cab View commit details
    Browse the repository at this point in the history
  8. Assert the extension can be activated in tests

    This prevents unexpected failures later on.
    remcohaszing committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    c3f1b43 View commit details
    Browse the repository at this point in the history
  9. Increase the test timeout

    This is useful for testing on Windows and debugging.
    remcohaszing committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    007f5b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. Add restart server command (#137)

    This allows users to restart the remark language server.
    Marvin-Brouwer authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    37c839d View commit details
    Browse the repository at this point in the history
  2. Dispose the client instead of stopping on deactivate

    When a client is disposed, it can’t be restarted. This fixes a potential
    race condition if the extension is deactivated while the server is being
    restarted.
    remcohaszing committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    9faff68 View commit details
    Browse the repository at this point in the history
  3. Rename Restart remark Server to Restart Server

    The category already states this command is about remark.
    remcohaszing committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    42a13ed View commit details
    Browse the repository at this point in the history
  4. 3.1.0

    remcohaszing committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    d337518 View commit details
    Browse the repository at this point in the history
Loading