Skip to content

code cli serve-web browser shows time limit reached error (regression) #316125

@fawazahmed0

Description

@fawazahmed0

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

  • VS Code Version: 1.119.1 (v1.118.1 works fine)
  • OS Version: ubuntu 24.04

Steps to Reproduce:

  1.  curl -Lk "https://update.code.visualstudio.com/latest/cli-linux-x64/stable" --output code.tar.gz
     tar -xvzf code.tar.gz -C ./
     rm -rf code.tar.gz
     chmod 777 ./code
     ./code serve-web --port 8391 --connection-token root
  2. Try accessing http://localhost:8391?tkn=root , you will notice that the website loads, but then shows time limit reached error.

Working Version: v1.118.1

  1.  curl -Lk "https://update.code.visualstudio.com/1.118.1/cli-linux-x64/stable" --output code.tar.gz
     tar -xvzf code.tar.gz -C ./
     rm -rf code.tar.gz
     chmod 777 ./code
     ./code serve-web --port 8391 --connection-token root
  2. Everything works fine at http://localhost:8391?tkn=root

Metadata

Metadata

Assignees

Labels

new releaseIssues found in a recent release of VS Code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions