Question
· Sep 14, 2020

'Overwrite on Server' for all changed files - VSCode/Atelier

Currently when 'Importing and Compiling' multiple files I have to click 'Overwrite on Server' for each file.  Is there a way of choosing 'Overwrite on Server' for all files I have selected. 

Discussion (7)0
Log in or sign up to continue

Sorry for that, could you please fill the issue here? This check needed to be sure, that file on the server has not been updated while edited in VSCode. And may not work perfectly, yet, unfortunately.

As a workaround, I would suggest using import right in Caché/IRIS with a common way through $system.OBJ.Load/ImportDir

It's In fact not a common task for an editor, to import big amounts of files. So, the best behavior you'll get if you compile it separately from the editor.