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

Zip deployment broken in latest VS Code release #2202

Closed
mtinnes opened this issue Apr 13, 2022 · 2 comments
Closed

Zip deployment broken in latest VS Code release #2202

mtinnes opened this issue Apr 13, 2022 · 2 comments

Comments

@mtinnes
Copy link

mtinnes commented Apr 13, 2022

Issue Type: Bug

Publishing to Azure app service using Zip deployment is broken in the latest VC Code release. Publish fails with ECONNRESET after a period of time. Rolling back to 1.65 fixes the issue.

Extension version: 0.23.1
VS Code version: Code 1.65.2 (c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1, 2022-03-10T14:33:55.248Z)
OS version: Windows_NT x64 10.0.19044
Restricted Mode: No

System Info
Item Value
CPUs Intel(R) Xeon(R) E-2276M CPU @ 2.80GHz (12 x 2808)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 63.78GB (39.74GB free)
Process Argv --crash-reporter-id 2ba4c841-4ca1-4fd9-90b1-491927626d60
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythonvspyl392:30443607
pythontb:30283811
pythonvspyt551cf:30345471
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
pythondataviewer:30285071
vscod805cf:30301675
pythonvspyt200:30340761
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593:30376534
vsc1dst:30438360
pythonvs932:30410667
wslgetstarted:30449410
pythonvsnew555:30457759
vscscmwlcmt:30465135
cppdebug:30466689
pynewfile477:30463512

@alexweininger
Copy link
Member

@mtinnes sorry you ran into this bug, the good news is we are working on a fix for this right now, and we have a development build available if you'd like to try and verify the fix works for us.


Steps to install extension development build:

  1. If needed, update VS Code to 1.66.0 or greater.
  2. Download the extension .VSIX from our Azure DevOps Pipeline - Direct download link | View artifacts
  3. Extract the .vsix file from the .zip folder
  4. From the command palette (F1 or Command/Ctrl + Shift + P), run the "Extensions: Install from VSIX..." command.
  5. Select the downloaded .VSIX file, then reload VS Code as prompted.

Once installed, attempt to deploy your app as normal. Report back and let us know if deployment succeeded/failed.


Follow along with #2191 (closed as the fix has been merged, but not released yet) for more updates and discussion.

@alexweininger
Copy link
Member

Fix has been released in version https://github.com/microsoft/vscode-azureappservice/releases/tag/v0.23.2 of the extension.

@microsoft microsoft locked and limited conversation to collaborators May 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants