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

failed to update #156742

Closed
ghost opened this issue Jul 31, 2022 · 4 comments
Closed

failed to update #156742

ghost opened this issue Jul 31, 2022 · 4 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@ghost
Copy link

ghost commented Jul 31, 2022

Issue Type: Performance Issue

hi team,
every time i close my vs code,it is showing me this type of error"failed to update visual studio code".please help me out

VS Code version: Code 1.69.1 (b06ae3b, 2022-07-12T08:21:24.514Z)
OS version: Windows_NT x64 10.0.22000
Restricted Mode: No

System Info
Item Value
CPUs Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz (8 x 1800)
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
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 7.89GB (4.77GB free)
Process Argv --crash-reporter-id 27b5e60b-340a-474b-b9e4-a73d789f5c97
Screen Reader no
VM 0%
Process Info
CPU %	Mem MB	   PID	Process
    0	    90	  4784	code main
    0	   208	  3628	   window (JayMataji.html - Jay Mataji - Visual Studio Code)
    0	    85	  4696	   issue-reporter
    0	   103	  6088	   shared-process
    0	    77	  4016	     ptyHost
    0	    51	  5656	       C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe
    0	     6	  6748	       console-window-host (Windows internal process)
    0	    76	  8272	     fileWatcher
    0	    12	  6292	   C:\Users\ravir\AppData\Local\Temp\vscode-update-user-x64\CodeSetup-stable-3b889b090b5ad5793f524b5d1d39fda662b96a2a.exe /verysilent /update="C:\Users\ravir\AppData\Local\Temp\vscode-update-user-x64\CodeSetup-stable-3b889b090b5ad5793f524b5d1d39fda662b96a2a.flag" /nocloseapplications /mergetasks=runcode,!desktopicon,!quicklaunchicon
   13	    38	  1760	     "C:\Users\ravir\AppData\Local\Temp\is-MQLAM.tmp\CodeSetup-stable-3b889b090b5ad5793f524b5d1d39fda662b96a2a.tmp" /SL5="$5049A,82063584,828416,C:\Users\ravir\AppData\Local\Temp\vscode-update-user-x64\CodeSetup-stable-3b889b090b5ad5793f524b5d1d39fda662b96a2a.exe" /verysilent /update="C:\Users\ravir\AppData\Local\Temp\vscode-update-user-x64\CodeSetup-stable-3b889b090b5ad5793f524b5d1d39fda662b96a2a.flag" /nocloseapplications /mergetasks=runcode,!desktopicon,!quicklaunchicon
    0	    39	  7028	   utility-network-service
    0	   152	  7496	   gpu-process
    0	    26	  8460	   crashpad-handler
    0	   154	  9392	   extensionHost
    0	    72	  5164	     "C:\Users\ravir\AppData\Local\Programs\Microsoft VS Code\Code.exe" --ms-enable-electron-run-as-node c:\Users\ravir\.vscode\extensions\formulahendry.auto-rename-tag-0.1.10\packages\server\dist\serverMain.js --node-ipc --clientProcessId=9392
    0	   100	 10812	     "C:\Users\ravir\AppData\Local\Programs\Microsoft VS Code\Code.exe" --ms-enable-electron-run-as-node "c:\Users\ravir\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\html-language-features\server\dist\node\htmlServerMain" --node-ipc --clientProcessId=9392
Workspace Info
|  Window (JayMataji.html - Jay Mataji - Visual Studio Code)
|    Folder (Jay Mataji): 7 files
|      File types: jpg(3) html(2) js(1)
|      Conf files:;
Extensions (6)
Extension Author (truncated) Version
es7-react-js-snippets dsz 4.4.3
prettier-vscode esb 9.5.0
auto-rename-tag for 0.1.10
vscode-thunder-client ran 1.16.7
LiveServer rit 5.7.5
bootstrap4-vscode the 6.1.0
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492:30256859
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242cf:30382550
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscoreces:30445986
pythondataviewer:30285071
vscod805cf:30301675
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593cf:30376535
vsc1dst:30438360
pythonvs932:30410667
wslgetstarted:30449410
vscscmwlcmt:30465135
cppdebug:30492333
pylanb8912cf:30529770
vsclangdf:30486550
c4g48928:30535728

@VSCodeTriageBot
Copy link
Collaborator

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.69.2. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

@ghost
Copy link
Author

ghost commented Jul 31, 2022

Screenshot (4)

@gjsjohnmurray
Copy link
Contributor

/duplicate of #147408

Fix is coming this week in 1.70 but you might still need to do one uninstall and reinstall.

@VSCodeTriageBot VSCodeTriageBot added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 31, 2022
@VSCodeTriageBot
Copy link
Collaborator

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!

@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants