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:
-
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
- 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
-
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
- Everything works fine at http://localhost:8391?tkn=root
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
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 rootWorking Version: v1.118.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