microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.97k stars 29.53k forks source link

open with live server is not working properly #226550

Closed Aravind-coder1 closed 3 months ago

Aravind-coder1 commented 3 months ago

Type: Performance Issue

open with live server option is not working properly in my system

VS Code version: Code 1.92.2 (fee1edb8d6d72a0ddff41e5f71a671c23ed924b9, 2024-08-14T17:29:30.058Z) OS version: Windows_NT x64 10.0.22631 Modes:

System Info |Item|Value| |---|---| |CPUs|12th Gen Intel(R) Core(TM) i5-12500H (16 x 3110)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
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
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off| |Load (avg)|undefined| |Memory (System)|7.69GB (0.37GB free)| |Process Argv|--crash-reporter-id 901d94fc-5024-4dd8-84d0-56385b7b04ff| |Screen Reader|no| |VM|0%|
Process Info ``` CPU % Mem MB PID Process 0 129 17704 code main 0 101 1416 extensionHost [1] 0 57 15720 "C:\Users\enuko\AppData\Local\Programs\Microsoft VS Code\Code.exe" "c:\Users\enuko\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\html-language-features\server\dist\node\htmlServerMain" --node-ipc --clientProcessId=1416 0 86 23200 "C:\Users\enuko\AppData\Local\Programs\Microsoft VS Code\Code.exe" "c:\Users\enuko\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\css-language-features\server\dist\node\cssServerMain" --node-ipc --clientProcessId=1416 1 82 7720 window [2] (Issue Reporter) 0 84 10328 shared-process 0 76 3984 "C:\Users\enuko\AppData\Local\Programs\Microsoft VS Code\Code.exe" "c:\Users\enuko\AppData\Local\Programs\Microsoft VS Code\resources\app\out\bootstrap-fork" ms-vscode.pwa-msedge "{\"common.vscodemachineid\":\"d9dd997e934a773b22fc12fb94d3f144bf5b09bd934611b14edf378b8d686d47\",\"common.vscodesessionid\":\"56a85666-d6af-4d67-8e42-0eb2e43c093f1724568226423\"}" 0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255 0 50 14984 utility-network-service 0 27 15292 crashpad-handler 0 157 18444 gpu-process 0 191 18512 window [1] (Aravind.html - Project - Visual Studio Code) 0 68 19824 fileWatcher [1] ```
Workspace Info ``` | Window (Aravind.html - Project - Visual Studio Code) | Folder (Project): 0 files | File types: | Conf files:; ```
Extensions (5) Extension|Author (truncated)|Version ---|---|--- r|REd|2.8.4 LiveServer|rit|5.7.9 intellicode-api-usage-examples|Vis|0.2.8 vscode-java-debug|vsc|0.58.0 vscode-java-dependency|vsc|0.24.0
A/B Experiments ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805:30301674 binariesv615:30325510 vsaa593:30376534 py29gd2263:31024239 vscaat:30438848 c4g48928:30535728 azure-dev_surveyone:30548225 2i9eh265:30646982 962ge761:30959799 pythongtdpath:30769146 welcomedialog:30910333 pythonnoceb:30805159 asynctok:30898717 pythonregdiag2:30936856 pythonmypyd1:30879173 h48ei257:31000450 pythontbext0:30879054 accentitlementst:30995554 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 dsvsc021:30996838 724cj586:31013169 pythoncenvpt:31062603 a69g1124:31058053 dvdeprecation:31068756 dwnewjupytercf:31046870 2f103344:31071589 impr_priority:31102340 nativerepl1:31104043 refactort:31108082 pythonrstrctxt:31112756 wkspc-onlycs-c:31111717 ei213698:31121563 ```
gjsjohnmurray commented 3 months ago

/causedByExtension

vs-code-engineering[bot] commented 3 months ago

This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. If you don't know which extension is causing the problem, you can run Help: Start extension bisect from the command palette (F1) to help identify the problem extension.

Happy Coding!