vs-deploy icon indicating copy to clipboard operation
vs-deploy copied to clipboard

multiple deploys on slow computers

Open qrti opened this issue 7 years ago • 3 comments

when I try to sftp-deploy more than two files with CTRL-k s (save all) on my (slow) Atom Laptop, a 'preparing deploy' message for each file is shown on the bottom status bar, after a while a deploy warning popup for each file is displayed, the files were stored local but not deployed

on a desktop PC all works fine

settings "deployOnSave": true

"openOutputOnDeploy": false,
"showPopupOnSuccess": false, "showDeployResultInStatusBar": true

windows 10, vscode 1.81, deploy 5.10.0

BTW, thanks for your good work!

qrti avatar Jan 21 '17 09:01 qrti

@qrti Thank you very much :-)

I need some information:

  • the technical specification of your Atom machine (CPU, RAM, Model, etc.)
  • the warning messages that appear
  • (if available) messages from the debug console (CTRL + SHIFT + Y)
  • the number of files you try to deploy (I think it is 1 in most cases)
  • the number of files you have in your workspace

I will try to reproduce this in a virtual machine (or my slow laptop).

mkloubert avatar Jan 21 '17 12:01 mkloubert

Marcel,
  
  if often have changes on more than 2 files, when finished I press
  'CTRL-k s' to save all.
  
  Thanks for your efforts!
  
  
  Kurt
   
  --
  
  
  error conditions (debug console not available):
  
  
  number of open files about 5..10
  
  number of files to deploy  > 2
  
  machine
  
  
  
  warnings
  
  
  
  
  thanks for your efforts!
  

-- 

mail mailto:[email protected]

home http://www.qland.de

youtube http://www.youtube.com/user/qrti

github https://github.com/qrti

flickr http://goo.gl/22TjGf

qrti avatar Jan 21 '17 13:01 qrti

This is a huge issue as it causes VSCode to completely hang during folder find/replace. You can change dozen - hundreds of files at once.

vs-deploy seems to create one connection for file changes per target. For me, I have 10 targets in deployOnSave, so changing 20 files means there are 200 connections started at the same time.

unional avatar Feb 05 '19 02:02 unional