Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
- Start
./code serve-web --without-connection-token
- Use
http://127.0.0.1:8000/stable-e8653663e8840adaf45af01eab5c627a5af81807 to access a specific version
- 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:
