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: coder/vscode-coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coder/vscode-coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: api_tests
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 13, 2025

  1. test: add comprehensive tests for api.ts functions

    - Add tests for needToken() function covering all TLS configuration scenarios
    - Add tests for createHttpAgent() including TLS, proxy, and insecure mode
    - Add tests for startWorkspaceIfStoppedOrFailed() with process spawn mocking
    - Refactor api.ts to eliminate config access duplication with getConfigString/getConfigPath helpers
    - Total test count increased from 59 to 82 tests
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    jaggederest and claude committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    8816fef View commit details
    Browse the repository at this point in the history
  2. WIP todo file

    jaggederest committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    62fbc18 View commit details
    Browse the repository at this point in the history
Loading