Skip to content

Cli serve_web sets the path prefix to /<quality>-<commit>/, commit value parsing error #233984

@BenLocal

Description

@BenLocal

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.95.3

Steps to Reproduce:

  1. Start ./code serve-web --without-connection-token
  2. Use http://127.0.0.1:8000/stable-e8653663e8840adaf45af01eab5c627a5af81807 to access a specific version
  3. In fact, the latest release from the cache is used.

I checked the cli related code and found that there was a problem with the processing,The commit value obtained here will be prefixed with -

let (quality, commit) = quality_commit.split_at(quality_commit_sep);

I wrote a simple test:
Image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions