Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working #3051

Open
Dakshnimavat opened this issue Dec 1, 2024 · 1 comment
Open

not working #3051

Dakshnimavat opened this issue Dec 1, 2024 · 1 comment

Comments

@Dakshnimavat
Copy link

Type: Bug

when i click on go live or i click open with live server option it not redirecting into browser

Extension version: 5.7.9
VS Code version: Code 1.80.2 (2ccd690cbff1569e4a83d7c43d45101f817401dc, 2023-07-27T20:40:28.909Z)
OS version: Windows_NT x64 10.0.22631
Modes:

System Info
Item Value
CPUs AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx (8 x 2296)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 13.95GB (9.54GB free)
Process Argv C:\Users\ASUS\Downloads\home-hiking --crash-reporter-id 45c2b601-e436-495d-8ff8-5ed434b23a8b
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
a9j8j154:30646983
962ge761:30959799
pythonnoceb:30805159
asynctok:30898717
pythonmypyd1:30879173
pythontbext0:30879054
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
dvdeprecation:31068756
dwnewjupyter:31046869
nativerepl1:31139838
pythonrstrctxt:31112756
nativeloc1:31185841
iacca1:31171482
notype1cf:31157160
5fd0e150:31155592
dwcopilot:31170013
stablechunks:31184530

@mudassir-jmi
Copy link

Solution for Issue #3051:

Verify the settings of Live Server

Open VS Code settings via Ctrl+, or Cmd +.

Search for Live Server and verify that:

"liveServer.settings.CustomBrowser" is set to "null" (use the system default browser).

"liveServer.settings.port" is set to an available port, say, 5500.

Manually Open the URL:

If Live Server is running but won't open the browser, check the OUTPUT panel in VS Code. It should display the server URL, such as http://127.0.0.1:5500. Open this manually in your browser.

Clear Browser Cache:

Uninstall and reinstall Live Server to ensure that there is no configuration issue.
Update VS Code:

Update VS Code to the latest version, in case it has older extensions that can cause conflicts.
Workspace Setup

Make sure the folder is opened as a workspace within VS Code and not a single file.
Disable Conflicting Extensions:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants