rajeshshou
rajeshshou
When can we expect this enhancement? @mkloubert
Oh great! Thanks for such a quick reply. @mkloubert
Also can we have this when some one opens a file,it is synced with remote file automatically in background?
```javascript "deploy": { "packages": [{ "name": "Projects", "files": [ "**/chart-converter/**", "**/frontend/**", "**/options-components/**" ], "exclude": [ "**/node_modules", "**/node_modules/**", "**/bower_components", "**/bower_components/**", "**/dist", "**/dist/**", "**/deploy.zip", "**/img", "**/img/**", "**/.git", "**/.git/**", "**/sftp-config.json", "**/sftp-settings.json", "**/i18n", "**/i18n/**",...
Can't we always sync down when opening the file if deployonsave or deployonchange feature is used? as server files can be updated either by save in which case server and...
@mkloubert Perfect! That's great. Also it would be better if I could see the output logs when I open a file because that way i would know the file has...
Log release was awesome !!! @mkloubert
@mkloubert Is this available ? I can see a new release. If yes, how do I use the updateModeOfDirectories if that is related?
@MikeMcC399 Exactly. One possible and easy solution is adding it to output similar to what is done for dashboard url here. https://github.com/cypress-io/github-action/blob/master/index.js#L759 https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
I want to re render the whole component again and force a replacement of the component rather than trigger an update cycle. https://vuejs.org/api/built-in-special-attributes.html#key:~:text=It%20can%20also%20be%20used%20to%20force%20replacement%20of%20an%20element/component%20instead%20of%20reusing%20it. The key attribute generally does this in...