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

VS Code fails to update due to MoveFile operation error #116523

Closed
gingters opened this issue Feb 12, 2021 · 15 comments
Closed

VS Code fails to update due to MoveFile operation error #116523

gingters opened this issue Feb 12, 2021 · 15 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority insiders-released Patch has been released in VS Code Insiders verified Verification succeeded vscode-build VS Code build process issues
Milestone

Comments

@gingters
Copy link

Issue Type: Bug

Since yesterday my VS Code Insiders build shows the following error message regularly during normal use.

I already tried to completely uninstall and re-install VS Code Insiders yesterday, but today the error came up again.

image

VS Code version: Code - Insiders 1.54.0-insider (93f705a, 2021-02-11T05:44:31.644Z)
OS version: Windows_NT x64 10.0.19042

System Info
Item Value
CPUs Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (8 x 2112)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
protected_video_decode: enabled
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 15.92GB (3.88GB free)
Process Argv --crash-reporter-id 3476391b-e49a-45b1-aa69-f7f602ce9559
Screen Reader no
VM 0%
Extensions (27)
Extension Author (truncated) Version
markdown-mermaid bie 1.9.2
mermaid-markdown-syntax-highlighting bpr 1.2.0
FreeMarker dco 0.0.9
terraform has 2.6.0
coremetrics jas 0.0.1
plantuml jeb 2.14.3
vscode-peacock joh 3.9.1
vscode-azureterraform ms- 0.3.2
vscode-docker ms- 1.9.1
csharp ms- 1.23.9
vscode-dotnet-runtime ms- 1.0.0
vscode-kubernetes-tools ms- 1.2.4
python ms- 2021.1.502429796
jupyter ms- 2020.12.414227025
remote-containers ms- 0.159.0
remote-ssh ms- 0.63.0
remote-ssh-edit ms- 0.63.0
remote-wsl ms- 0.54.0
azure-account ms- 0.9.6
powershell-preview ms- 2020.9.0
vsliveshare ms- 1.0.3629
azurerm-vscode-tools msa 0.14.1
vscode-yaml red 0.15.0
helm-intellisense Tim 0.9.1
vscode-mermaid-editor tom 0.9.2
vscode-mermaid-preview vst 1.5.7
markdown-all-in-one yzh 3.4.0
A/B Experiments
vsliv695:30137379
vsins829:30139715
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vstry244:30244315
pythonvsdeb440:30224570
pythonvsded773:30223139
vstes516:30244333
pythonvspyt600cf:30251589
core-portspanelcf:30233468
coreuntitledfile:30249963

@ragart
Copy link

ragart commented Feb 12, 2021

Same issue in 1.53.2.

Version: 1.53.2 (user setup)
Commit: 622cb03
Date: 2021-02-11T11:48:04.245Z
Electron: 11.2.1
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Windows_NT x64 10.0.19042

@gingters
Copy link
Author

Additional Info: The error message keeps popping up every hour.

@joaomoreno joaomoreno assigned mjbvz and unassigned joaomoreno Feb 12, 2021
@joaomoreno
Copy link
Member

@mjbvz The file in question is:

resources/app/extensions/typescript-language-features/node_modules/typescript-vscode-sh-plugin/.github/workflows/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs

This probably shouldn't be in our bits.

@joaomoreno joaomoreno added important Issue identified as high-priority vscode-build VS Code build process issues labels Feb 12, 2021
@mjbvz mjbvz assigned aeschli and unassigned mjbvz Feb 12, 2021
@Therkelsen
Copy link

Keeps happening for me as well
image

@dotnetengineers
Copy link

Same Issue
image

@chloechantelle
Copy link

Same error as above.
Can we get an update on when this will be fixed?
It's extremely annoying and distracting.

@jiayisheji
Copy link

Same error as above.
Can we get an update on when this will be fixed?

@jiayisheji
Copy link

I uninstall the local version, rewrite the download of the latest version for installation, can be normal installation

@Raydir
Copy link

Raydir commented Feb 15, 2021

Same here and 10 other persons in our company...

@joaomoreno joaomoreno assigned joaomoreno and unassigned aeschli Feb 15, 2021
@joaomoreno joaomoreno added this to the February 2021 milestone Feb 15, 2021
@joaomoreno joaomoreno added the bug Issue identified by VS Code Team member as probable bug label Feb 15, 2021
@joaomoreno joaomoreno changed the title Updater(?) shows error message MoveFile failed; code 3. VS Code fails to update due to MoveFile operation error Feb 15, 2021
@joaomoreno
Copy link
Member

Fix has been pushed to main. Unfortunately you very likely have to reinstall VS Code Insiders. But worry not: none of your settings or extensions will be lost!

@frahugo
Copy link

frahugo commented Feb 15, 2021

@joaomoreno Same problem here. Can I just wait for the next official update or I need to either uninstall/install or install Insiders version? thx

@rzhao271 rzhao271 added the verification-steps-needed Steps to verify are needed for verification label Feb 25, 2021
@connor4312
Copy link
Member

@joaomoreno are there any verification steps to take here?

@joaomoreno
Copy link
Member

@mjbvz The file in question is:

resources/app/extensions/typescript-language-features/node_modules/typescript-vscode-sh-plugin/.github/workflows/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs

This probably shouldn't be in our bits.

☝️ This file should not be in our builds.

@joaomoreno joaomoreno removed the verification-steps-needed Steps to verify are needed for verification label Mar 1, 2021
@mjbvz
Copy link
Collaborator

mjbvz commented Mar 2, 2021

@aeschli Can you please take a look? It looks like this is coming from the typescript-vscode-sh-plugin package

@joaomoreno
Copy link
Member

joaomoreno commented Mar 2, 2021

@mjbvz This issue is fixed.... we just need it to be verified.

Verification: Confirm that the file above isn't in our builds, eg Windows archive.

@mjbvz mjbvz added the verified Verification succeeded label Mar 2, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority insiders-released Patch has been released in VS Code Insiders verified Verification succeeded vscode-build VS Code build process issues
Projects
None yet
Development

No branches or pull requests

15 participants